[packing slip] [fix] removed console log
This commit is contained in:
parent
86a8d01ce9
commit
0f0bc3892d
@ -35,7 +35,6 @@ cur_frm.add_fetch("item_code", "net_weight", "net_weight");
|
||||
cur_frm.add_fetch("item_code", "weight_uom", "weight_uom");
|
||||
|
||||
cur_frm.cscript.onload_post_render = function(doc, cdt, cdn) {
|
||||
console.log(make_doclist(cdt, cdn));
|
||||
if(doc.delivery_note && doc.__islocal) {
|
||||
var ps_detail = getchildren('Packing Slip Item', doc.name, 'item_details');
|
||||
if(!(flt(ps_detail.net_weight) && cstr(ps_detail.weight_uom))) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user