mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 23:49:19 +00:00
issue fixed
This commit is contained in:
@@ -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');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user