Skip to content

Commit

Permalink
Merge branch 'version-14' into version-14-hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
deepeshgarg007 authored Nov 21, 2023
2 parents 00def82 + 236a064 commit f6f5ff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import frappe

__version__ = "14.45.4"
__version__ = "14.48.1"


def get_default_company(user=None):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
"fieldtype": "Column Break"
},
{
"fetch_from": "item_code.image",
"fieldname": "image",
"fieldtype": "Attach",
"hidden": 1,
Expand Down

0 comments on commit f6f5ff0

Please sign in to comment.