Subversion Repositories SmartDukaan

Rev

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

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