mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
fix: document naming rule not working for subscription invoices (#27386)
(cherry picked from commit 9c27f9be1e)
# Conflicts:
# erpnext/accounts/doctype/subscription/subscription.py
This commit is contained in:
@@ -423,6 +423,10 @@ class Subscription(Document):
|
|||||||
invoice.to_date = self.current_invoice_end
|
invoice.to_date = self.current_invoice_end
|
||||||
|
|
||||||
invoice.flags.ignore_mandatory = True
|
invoice.flags.ignore_mandatory = True
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
|
||||||
|
>>>>>>> 9c27f9be1e (fix: document naming rule not working for subscription invoices (#27386))
|
||||||
invoice.set_missing_values()
|
invoice.set_missing_values()
|
||||||
invoice.save()
|
invoice.save()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user