Merge pull request #23655 from rohitwaghchaure/removed-repetative-code

fix: remove repetative code
This commit is contained in:
rohitwaghchaure
2020-10-15 21:57:33 +05:30
committed by GitHub

View File

@@ -208,7 +208,6 @@ class PurchaseReceipt(BuyingController):
stock_rbnb = self.get_company_default("stock_received_but_not_billed")
stock_rbnb_currency = get_account_currency(stock_rbnb)
cogs_account = self.get_company_default("default_expense_account")
landed_cost_entries = get_item_account_wise_additional_cost(self.name)
expenses_included_in_valuation = self.get_company_default("expenses_included_in_valuation")