mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 22:49:19 +00:00
fix in delivery note unhide of adj_rate and ref_rate
This commit is contained in:
@@ -263,8 +263,6 @@ var set_print_hide= function(doc, cdt, cdn){
|
|||||||
} else {
|
} else {
|
||||||
dn_fields['currency'].print_hide = 0;
|
dn_fields['currency'].print_hide = 0;
|
||||||
dn_item_fields['export_rate'].print_hide = 0;
|
dn_item_fields['export_rate'].print_hide = 0;
|
||||||
dn_item_fields['adj_rate'].print_hide = 0;
|
|
||||||
dn_item_fields['ref_rate'].print_hide = 0;
|
|
||||||
dn_item_fields['export_amount'].print_hide = 0;
|
dn_item_fields['export_amount'].print_hide = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user