fix: Item GL entries for purchase invoice (#23027)
This commit is contained in:
parent
fcb6ba6ec7
commit
36bc0577a2
@ -405,8 +405,6 @@ class PurchaseInvoice(BuyingController):
|
||||
update_linked_doc(self.doctype, self.name, self.inter_company_invoice_reference)
|
||||
|
||||
def make_gl_entries(self, gl_entries=None):
|
||||
if not self.grand_total:
|
||||
return
|
||||
if not gl_entries:
|
||||
gl_entries = self.get_gl_entries()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user