perf: timeout error (#43154)
This commit is contained in:
@@ -1889,6 +1889,10 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
|
||||
const fields = ["discount_percentage",
|
||||
"discount_amount", "margin_rate_or_amount", "rate_with_margin"];
|
||||
|
||||
if (!item) {
|
||||
return;
|
||||
}
|
||||
|
||||
if(item.remove_free_item) {
|
||||
let items = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user