issue fixed
This commit is contained in:
parent
0908b2709b
commit
1835ee6c8b
@ -37,7 +37,8 @@ var cfn_set_fields = function(doc, cdt, cdn) {
|
|||||||
else hide_field(['production_order', 'process']);
|
else hide_field(['production_order', 'process']);
|
||||||
|
|
||||||
doc.from_warehouse = '';
|
doc.from_warehouse = '';
|
||||||
doc.to_warehosue = '';
|
doc.to_warehouse = '';
|
||||||
|
refresh_field(['from_warehosue', 'to_warehouse']);
|
||||||
if (doc.process == 'Backflush' || doc.purpose == 'Other'){
|
if (doc.process == 'Backflush' || doc.purpose == 'Other'){
|
||||||
unhide_field('fg_completed_qty');
|
unhide_field('fg_completed_qty');
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user