fix in delivery note unhide of adj_rate and ref_rate
This commit is contained in:
parent
2249d9d858
commit
8e6ab709f5
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user