fix: remove repetative code

This commit is contained in:
Rohit Waghchaure
2020-10-15 21:54:53 +05:30
parent 5cacaec52b
commit 7a079d73dc

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")