Subversion Repositories SmartDukaan

Rev

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

Rev 34505 Rev 36080
Line 91... Line 91...
91
            var selectedFofoId = $(this).val();
91
            var selectedFofoId = $(this).val();
92
            if (selectedFofoId) {
92
            if (selectedFofoId) {
93
                partnerId = selectedFofoId;
93
                partnerId = selectedFofoId;
94
                console.log("Partner ID set to:", partnerId);
94
                console.log("Partner ID set to:", partnerId);
95
            } else {
95
            } else {
96
                alert("Please select a valid Fofo ID.");
96
                alert("Please select a valid Partner ID.");
97
            }
97
            }
98
        });
98
        });
99
    });
99
    });
100
</script>
100
</script>
101
#end
101
#end