Subversion Repositories SmartDukaan

Rev

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

Rev 34508 Rev 36080
Line 167... Line 167...
167
            var selectedFofoId = $(this).val();
167
            var selectedFofoId = $(this).val();
168
            if (selectedFofoId) {
168
            if (selectedFofoId) {
169
                partnerId = selectedFofoId;
169
                partnerId = selectedFofoId;
170
                console.log("Partner ID set to:", partnerId);
170
                console.log("Partner ID set to:", partnerId);
171
            } else {
171
            } else {
172
                alert("Please select a valid Fofo ID.");
172
                alert("Please select a valid Partner ID.");
173
            }
173
            }
174
        });
174
        });
175
    });
175
    });
176
</script>
176
</script>
177
+#end
177
+#end