Subversion Repositories SmartDukaan

Rev

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

Rev 34507 Rev 36080
Line 204... Line 204...
204
            var selectedFofoId = $(this).val();
204
            var selectedFofoId = $(this).val();
205
            if (selectedFofoId) {
205
            if (selectedFofoId) {
206
                partnerId = selectedFofoId;
206
                partnerId = selectedFofoId;
207
                console.log("Partner ID set to:", partnerId);
207
                console.log("Partner ID set to:", partnerId);
208
            } else {
208
            } else {
209
                alert("Please select a valid Fofo ID.");
209
                alert("Please select a valid Partner ID.");
210
            }
210
            }
211
        });
211
        });
212
    });
212
    });
213
</script>
213
</script>
214
#end
214
#end