From 6ae8e32efa32c1c9b472e182d2255f5d133e1d3d Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 16 Sep 2025 14:43:36 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.79.0 # [15.79.0](https://github.com/frappe/erpnext/compare/v15.78.1...v15.79.0) (2025-09-16) ### Bug Fixes * add Address and Contact in Add Column ([28b3856](https://github.com/frappe/erpnext/commit/28b3856bc91be91a837d17cb32a11d429f89ab27)) * batch qty calculation performance issue ([921f317](https://github.com/frappe/erpnext/commit/921f317423879f91c5cf199675f92990b0abbbbb)) * correct grammatical errors in asset movement validation messages ([97765ce](https://github.com/frappe/erpnext/commit/97765ce8bd7fc31269259db817b101d6638cad2e)) * correct typo in asset movement purpose validation ([edd3f5d](https://github.com/frappe/erpnext/commit/edd3f5da1ce9bd2ca9bd46707e94ad37348073bc)) * depreciate asset with remaining amount when depreciation amount exceeds current asset value ([845d346](https://github.com/frappe/erpnext/commit/845d3464b4feaf8d059ffd226e83a6a0bad4b058)) * do not allow backdated entries if stock reco exists in future for serial or batch ([44869f0](https://github.com/frappe/erpnext/commit/44869f02b4308f5b8befc81647658a5790d79546)) * incorrect batch qty ([ae3dd5b](https://github.com/frappe/erpnext/commit/ae3dd5b83165562d5ab8cee9284dbc5d1cd97c48)) * incorrect stock value in the report ([d302ca7](https://github.com/frappe/erpnext/commit/d302ca7ea0e7aecb0093f6075b92143f0ba6d368)) * non batch-wise valuation for batch item ([affe09e](https://github.com/frappe/erpnext/commit/affe09ee0bcc9ddab5f98638dadbfacaf08a1686)) * precision issue for valuation rate calculation ([7a8cd47](https://github.com/frappe/erpnext/commit/7a8cd47259e31ee60e2e33f4e5e3896fb211f3ab)) * remove ignore_permissions ([7280034](https://github.com/frappe/erpnext/commit/7280034abd80b3ce39c38f7a7f1b633843633453)) * renamed temporary bank account to 'Demo Bank Account' ([6ab287f](https://github.com/frappe/erpnext/commit/6ab287f19c947e6cf91a5988a24f93717206b4a5)) * SABB document status validation ([7bb9225](https://github.com/frappe/erpnext/commit/7bb92255c5209d7c758e1857a858e649735f8b52)) * **sales invoice:** fetch tax id from customer ([ee7da99](https://github.com/frappe/erpnext/commit/ee7da999a3d4294585249b91dbbdcf491dd56e82)) * set basic rate on selection of the batch ([39eeafd](https://github.com/frappe/erpnext/commit/39eeafd0d0119f74bda69674ffbbc74580321b85)) * skip 'Bank Account' creation on setup ([07241aa](https://github.com/frappe/erpnext/commit/07241aa54a4697fe026864c96529b0c36dd7b842)) * validation for document status ([0b2f53f](https://github.com/frappe/erpnext/commit/0b2f53fefef1f995132faeb74b2d3195e8caebaf)) ### Features * add permission check for custom button ([9db9dd6](https://github.com/frappe/erpnext/commit/9db9dd6f35a7b4a6b60c3b908b2112597e5f24fa)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 555cb9a0d08..bb8e7d85e07 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from frappe.utils.user import is_website_user -__version__ = "15.78.1" +__version__ = "15.79.0" def get_default_company(user=None):