mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-22 14:18:44 +00:00
committed by
Mergify
parent
adc9dc82ca
commit
ae6b3af013
@@ -945,11 +945,10 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
|
|||||||
// Replace all occurences of comma with line feed
|
// Replace all occurences of comma with line feed
|
||||||
item.serial_no = item.serial_no.replace(/,/g, "\n");
|
item.serial_no = item.serial_no.replace(/,/g, "\n");
|
||||||
item.conversion_factor = item.conversion_factor || 1;
|
item.conversion_factor = item.conversion_factor || 1;
|
||||||
refresh_field("serial_no", item.name, item.parentfield);
|
|
||||||
if (!doc.is_return) {
|
if (!doc.is_return) {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
me.update_qty(cdt, cdn);
|
me.update_qty(cdt, cdn);
|
||||||
}, 3000);
|
}, 300);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user