Subversion Repositories SmartDukaan

Rev

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

Rev 34066 Rev 36080
Line 143... Line 143...
143
            var selectedFofoId = $(this).val();
143
            var selectedFofoId = $(this).val();
144
            if (selectedFofoId) {
144
            if (selectedFofoId) {
145
                partnerId = selectedFofoId;
145
                partnerId = selectedFofoId;
146
                console.log("Partner ID set to:", partnerId);
146
                console.log("Partner ID set to:", partnerId);
147
            } else {
147
            } else {
148
                alert("Please select a valid Fofo ID.");
148
                alert("Please select a valid Partner ID.");
149
            }
149
            }
150
        });
150
        });
151
    });
151
    });
152
</script>
152
</script>
153
#end
153
#end