Merge pull request #12435 from tundebabzy/packing-slip-msg
Better validation message in Packing Slip
This commit is contained in:
		
						commit
						3732033d9b
					
				| @ -48,7 +48,7 @@ cur_frm.cscript.validate = function(doc, cdt, cdn) { | |||||||
| cur_frm.cscript.validate_case_nos = function(doc) { | cur_frm.cscript.validate_case_nos = function(doc) { | ||||||
| 	doc = locals[doc.doctype][doc.name]; | 	doc = locals[doc.doctype][doc.name]; | ||||||
| 	if(cint(doc.from_case_no)==0) { | 	if(cint(doc.from_case_no)==0) { | ||||||
| 		frappe.msgprint(__("Case No. cannot be 0")) | 		frappe.msgprint(__("The 'From Package No.' field must neither be empty nor it's value less than 1.")); | ||||||
| 		frappe.validated = false; | 		frappe.validated = false; | ||||||
| 	} else if(!cint(doc.to_case_no)) { | 	} else if(!cint(doc.to_case_no)) { | ||||||
| 		doc.to_case_no = doc.from_case_no; | 		doc.to_case_no = doc.from_case_no; | ||||||
| @ -124,3 +124,5 @@ cur_frm.pformat.net_weight_pkg= function(doc){ | |||||||
| cur_frm.pformat.gross_weight_pkg= function(doc){ | cur_frm.pformat.gross_weight_pkg= function(doc){ | ||||||
| 	return '<table style="width:100%">' + make_row('Gross Weight', doc.gross_weight_pkg) + '</table>' | 	return '<table style="width:100%">' + make_row('Gross Weight', doc.gross_weight_pkg) + '</table>' | ||||||
| } | } | ||||||
|  | 
 | ||||||
|  | // TODO: validate gross weight field
 | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user