mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-10 22:06:52 +00:00
Merge pull request #23655 from rohitwaghchaure/removed-repetative-code
fix: remove repetative code
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user