Your IP : 3.129.63.214
function PreMultipleSaveValidation(group_name) { if ($g_str_module_name == "Delivery Challan") { return validateMultipleItems(); } else { return true; } // Call user Defined Function Here and return False from the Function } |