mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +00:00
Merge pull request #14017 from netchampfaris/apply-price-list-hotfix
[fix] apply price list
This commit is contained in:
@@ -1094,6 +1094,8 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({
|
|||||||
me.in_apply_price_list = false;
|
me.in_apply_price_list = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}).always(() => {
|
||||||
|
me.in_apply_price_list = false;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user