Subversion Repositories SmartDukaan

Rev

Rev 34505 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34505 Rev 36080
Line 154... Line 154...
154
            var selectedFofoId = $(this).val();
154
            var selectedFofoId = $(this).val();
155
            if (selectedFofoId) {
155
            if (selectedFofoId) {
156
                partnerId = selectedFofoId;
156
                partnerId = selectedFofoId;
157
                console.log("Partner ID set to:", partnerId);
157
                console.log("Partner ID set to:", partnerId);
158
            } else {
158
            } else {
159
                alert("Please select a valid Fofo ID.");
159
                alert("Please select a valid Partner ID.");
160
            }
160
            }
161
        });
161
        });
162
    });
162
    });
163
</script>
163
</script>
164
+#end
164
+#end