mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 19:49:18 +00:00
fix: Production Plan | Get items from Sales Order not fetching grand total value. #20568
This commit is contained in:
@@ -47,7 +47,7 @@ class ProductionPlan(Document):
|
|||||||
'sales_order': data.name,
|
'sales_order': data.name,
|
||||||
'sales_order_date': data.transaction_date,
|
'sales_order_date': data.transaction_date,
|
||||||
'customer': data.customer,
|
'customer': data.customer,
|
||||||
'grand_total': data.grand_total
|
'grand_total': data.base_grand_total
|
||||||
})
|
})
|
||||||
|
|
||||||
def get_pending_material_requests(self):
|
def get_pending_material_requests(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user