Merge pull request #20572 from abhijitkumbharInd/develop

Production Plan | Get items from Sales Order not fetching grand total value
This commit is contained in:
rohitwaghchaure 2020-02-13 10:09:24 +05:30 committed by GitHub
commit c2c12dc82f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ class ProductionPlan(Document):
'sales_order': data.name,
'sales_order_date': data.transaction_date,
'customer': data.customer,
'grand_total': data.grand_total
'grand_total': data.base_grand_total
})
def get_pending_material_requests(self):