chore(release): Bumped to Version 14.17.4

## [14.17.4](https://github.com/frappe/erpnext/compare/v14.17.3...v14.17.4) (2023-03-02)

### Bug Fixes

* `rejected_serial_no` not getting copied from PR to PR(Return) ([9930adc](9930adcd28))
* `Serial No is mandatory` even if the `qty` is `0` ([7629caa](7629caa647))
This commit is contained in:
Frappe PR Bot
2023-03-02 08:08:44 +00:00
parent ba1cfa992d
commit a59c580480

View File

@@ -2,7 +2,7 @@ import inspect
import frappe
__version__ = "14.17.3"
__version__ = "14.17.4"
def get_default_company(user=None):