remove print and codacy
This commit is contained in:
parent
42a106c7ba
commit
879e5fd8bb
@ -75,7 +75,6 @@ class PaymentEntry(AccountsController):
|
|||||||
"voucher_no": self.name} ,
|
"voucher_no": self.name} ,
|
||||||
fields=["account", "party_type", "party", "debit", "credit", "remarks"]
|
fields=["account", "party_type", "party", "debit", "credit", "remarks"]
|
||||||
)
|
)
|
||||||
print(gl_entries)
|
|
||||||
self.gl = gl_entries
|
self.gl = gl_entries
|
||||||
|
|
||||||
def on_cancel(self):
|
def on_cancel(self):
|
||||||
|
|||||||
@ -24,7 +24,6 @@ from erpnext.accounts.doctype.sales_invoice.sales_invoice import validate_inter_
|
|||||||
unlink_inter_company_invoice
|
unlink_inter_company_invoice
|
||||||
from erpnext.accounts.doctype.tax_withholding_category.tax_withholding_category import get_party_tax_withholding_details
|
from erpnext.accounts.doctype.tax_withholding_category.tax_withholding_category import get_party_tax_withholding_details
|
||||||
from erpnext.accounts.deferred_revenue import validate_service_stop_date
|
from erpnext.accounts.deferred_revenue import validate_service_stop_date
|
||||||
from pprint import pprint
|
|
||||||
|
|
||||||
form_grid_templates = {
|
form_grid_templates = {
|
||||||
"items": "templates/form_grid/item_grid.html"
|
"items": "templates/form_grid/item_grid.html"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user