Merge branch 'develop' into misc_asset_fixes
This commit is contained in:
commit
c4d3a8a600
3
.github/helper/.flake8_strict
vendored
3
.github/helper/.flake8_strict
vendored
@ -66,7 +66,8 @@ ignore =
|
|||||||
F841,
|
F841,
|
||||||
E713,
|
E713,
|
||||||
E712,
|
E712,
|
||||||
B023
|
B023,
|
||||||
|
B028
|
||||||
|
|
||||||
|
|
||||||
max-line-length = 200
|
max-line-length = 200
|
||||||
|
@ -334,7 +334,7 @@ class PaymentReconciliation(Document):
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Account Currency has balance
|
# Account Currency has balance
|
||||||
dr_or_cr = "debit" if self.party_type == "Customer" else "debit"
|
dr_or_cr = "debit" if self.party_type == "Customer" else "credit"
|
||||||
reverse_dr_or_cr = "debit" if dr_or_cr == "credit" else "credit"
|
reverse_dr_or_cr = "debit" if dr_or_cr == "credit" else "credit"
|
||||||
|
|
||||||
journal_account = frappe._dict(
|
journal_account = frappe._dict(
|
||||||
|
@ -14,7 +14,6 @@ def get_data():
|
|||||||
},
|
},
|
||||||
"internal_links": {
|
"internal_links": {
|
||||||
"Quotation": ["items", "prevdoc_docname"],
|
"Quotation": ["items", "prevdoc_docname"],
|
||||||
"Material Request": ["items", "material_request"],
|
|
||||||
},
|
},
|
||||||
"transactions": [
|
"transactions": [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user