Skip to content

Commit 7ad770a

Browse files
committed
chore(release): Bumped to Version 15.99.0
# [15.99.0](v15.98.1...v15.99.0) (2026-02-25) ### Bug Fixes * **`fiscal_year_company`:** made `company` field mandatory ([2fffc94](2fffc94)) * **`fiscal_year`:** `Fiscal Year` auto-generation and notification ([397f39e](397f39e)) * `update_stock` behaviour on selling invoices ([82bcb62](82bcb62)) * Add handling for Sales Invoice Item quantity field ([41c7890](41c7890)) * add purchase invoice as well ([2fc3e30](2fc3e30)) * avoid duplicate taxes and charges rows in payment entry (backport [#52178](#52178)) ([#52318](#52318)) ([946c355](946c355)) * better permissions on make payment request ([ce7101f](ce7101f)) * bug with comparison regarding `None` values and empty string ([852c200](852c200)) * check gl account of an associated bank account in bank transaction ([6b286ae](6b286ae)) * enfore permission on make_payment_request ([4602919](4602919)) * get employee email with priority if preferred is not set ([943e2c0](943e2c0)) * ignore permissions instead of saving parent ([bce77b6](bce77b6)) * inconsistent label name between parent and child ([1bf608f](1bf608f)) * **manufacturing:** remove delete query of job card & batch and serial no ([#52840](#52840)) ([e30b2f1](e30b2f1)) * **manufacturing:** set pick list purpose while creating it from work order ([33d48c5](33d48c5)) * **manufacturing:** update status for work order before calculating planned qty ([b3bcfd5](b3bcfd5)) * permission issue for quotation item during update item ([5a3c027](5a3c027)) * prevent precision errors in discount distribution with inclusive tax ([61ac180](61ac180)) * **Purchase Receipt:** copy project from first row when adding items ([fd48fb4](fd48fb4)) * remove supplier invoice date/posting date validation ([dcf4ac6](dcf4ac6)) * reservation based on field should be read only in SRE ([c3626d6](c3626d6)) * restore missing `has_permission` import ([0ba965a](0ba965a)) * **sales-order:** update quotation status while cancelling sales order ([#52822](#52822)) ([2420122](2420122)) * **sales-order:** update quotation status while cancelling sales order (backport [#52822](#52822)) ([#52918](#52918)) ([3ae5de7](3ae5de7)) * sensible insufficient stock message in pick list ([3bafa36](3bafa36)) * setup fails to set abbr to departments ([c432506](c432506)) * skip empty dimension values in exchange gain loss ([09ba980](09ba980)) * typo ([3893900](3893900)) * unable to submit subcontracting order if created from material request ([0422117](0422117)) * update items fetches wrong item code ([97a4a5f](97a4a5f)) * **work_order:** update returned qty ([bb1a655](bb1a655)) ### Features * **Journal Entry Account:** add Bank Transaction as Reference Type (backport [#52760](#52760)) ([#52815](#52815)) ([7032197](7032197)) * retrieve employee basic contact information ([4b2ac62](4b2ac62)) * retrieve employee contact details ([caa03ef](caa03ef)) * update item button addition for quotation (backport [#50976](#50976)) ([#52810](#52810)) ([800e384](800e384)) * update item button addition for quotation (backport [#50976](#50976)) ([#52810](#52810)) ([e2a1a7a](e2a1a7a)) ### Reverts * Revert "feat: update item button addition for quotation (backport [#50976](#50976)) ([#5](https://github.com/frappe/erpnext/issues/5)…" ([656b1bc](656b1bc))
1 parent 5396b14 commit 7ad770a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

erpnext/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import frappe
55
from frappe.utils.user import is_website_user
66

7-
__version__ = "15.98.1"
7+
__version__ = "15.99.0"
88

99

1010
def get_default_company(user=None):

0 commit comments

Comments
 (0)