chore: Resolve conflicts

This commit is contained in:
Deepesh Garg
2022-10-18 09:11:58 +05:30
committed by GitHub
parent eec770a4a8
commit 015a221d8d

View File

@@ -1368,17 +1368,14 @@ class PurchaseInvoice(BuyingController):
frappe.db.set(self, "status", "Cancelled")
unlink_inter_company_doc(self.doctype, self.name, self.inter_company_invoice_reference)
<<<<<<< HEAD
self.ignore_linked_doctypes = ("GL Entry", "Stock Ledger Entry", "Repost Item Valuation")
=======
self.ignore_linked_doctypes = (
"GL Entry",
"Stock Ledger Entry",
"Repost Item Valuation",
"Payment Ledger Entry",
"Purchase Invoice",
)
>>>>>>> faadf78332 (fix: Ignore linked purchase invoice on cancel)
self.update_advance_tax_references(cancel=1)
def update_project(self):