Subversion Repositories SmartDukaan

Rev

Rev 34066 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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