Subversion Repositories SmartDukaan

Rev

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

Rev 34505 Rev 36080
Line 108... Line 108...
108
            var selectedFofoId = $(this).val();
108
            var selectedFofoId = $(this).val();
109
            if (selectedFofoId) {
109
            if (selectedFofoId) {
110
                partnerId = selectedFofoId;
110
                partnerId = selectedFofoId;
111
                console.log("Partner ID set to:", partnerId);
111
                console.log("Partner ID set to:", partnerId);
112
            } else {
112
            } else {
113
                alert("Please select a valid Fofo ID.");
113
                alert("Please select a valid Partner ID.");
114
            }
114
            }
115
        });
115
        });
116
    });
116
    });
117
</script>
117
</script>
118
#end
118
#end