mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 17:04:47 +00:00
fix: Backport missing commits to develop branch (#25305)
This commit is contained in:
@@ -155,6 +155,7 @@ def set_place_of_supply(doc, method=None):
|
||||
|
||||
def validate_document_name(doc, method=None):
|
||||
"""Validate GST invoice number requirements."""
|
||||
|
||||
country = frappe.get_cached_value("Company", doc.company, "country")
|
||||
|
||||
# Date was chosen as start of next FY to avoid irritating current users.
|
||||
|
||||
Reference in New Issue
Block a user