fix(Purchase Receipt): Remove print statements

This commit is contained in:
GangaManoj 2021-06-16 06:18:35 +05:30
parent 3f5e7bf6d7
commit a826fb8f95

View File

@ -287,11 +287,7 @@ class PurchaseReceipt(BuyingController):
continue continue
self.add_gl_entry(gl_entries, warehouse_account_name, d.cost_center, stock_value_diff, 0.0, remarks, self.add_gl_entry(gl_entries, warehouse_account_name, d.cost_center, stock_value_diff, 0.0, remarks,
stock_rbnb, account_currency=warehouse_account_currency, item=d) stock_rbnb, account_currency=warehouse_account_currency, item=d)
print("*"* 30)
print(1)
print("warehouse_account_name: ", warehouse_account_name)
print("")
# GL Entry for from warehouse or Stock Received but not billed # GL Entry for from warehouse or Stock Received but not billed
# Intentionally passed negative debit amount to avoid incorrect GL Entry validation # Intentionally passed negative debit amount to avoid incorrect GL Entry validation