mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
fix: taxes not set correctly when items pulled from PO to PI
This commit is contained in:
@@ -107,6 +107,8 @@ erpnext.stock.PurchaseReceiptController = erpnext.buying.BuyingController.extend
|
|||||||
message: __("Please Select a Supplier")
|
message: __("Please Select a Supplier")
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
me.frm.doc.taxes = [];
|
||||||
erpnext.utils.map_current_doc({
|
erpnext.utils.map_current_doc({
|
||||||
method: "erpnext.buying.doctype.purchase_order.purchase_order.make_purchase_receipt",
|
method: "erpnext.buying.doctype.purchase_order.purchase_order.make_purchase_receipt",
|
||||||
source_doctype: "Purchase Order",
|
source_doctype: "Purchase Order",
|
||||||
|
|||||||
Reference in New Issue
Block a user