Subversion Repositories SmartDukaan

Rev

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

Rev 34505 Rev 36080
Line 285... Line 285...
285
            var selectedFofoId = $(this).val();
285
            var selectedFofoId = $(this).val();
286
            if (selectedFofoId) {
286
            if (selectedFofoId) {
287
                partnerId = selectedFofoId;
287
                partnerId = selectedFofoId;
288
                console.log("Partner ID set to:", partnerId);
288
                console.log("Partner ID set to:", partnerId);
289
            } else {
289
            } else {
290
                alert("Please select a valid Fofo ID.");
290
                alert("Please select a valid Partner ID.");
291
            }
291
            }
292
        });
292
        });
293
    });
293
    });
294
</script>
294
</script>
295
+#end
295
+#end
296
296