Merge branch 'version-14' into version-14-hotfix

This commit is contained in:
Deepesh Garg
2023-11-22 00:28:38 +05:30
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ import inspect
import frappe import frappe
__version__ = "14.45.4" __version__ = "14.48.1"
def get_default_company(user=None): def get_default_company(user=None):

View File

@@ -136,6 +136,7 @@
"fieldtype": "Column Break" "fieldtype": "Column Break"
}, },
{ {
"fetch_from": "item_code.image",
"fieldname": "image", "fieldname": "image",
"fieldtype": "Attach", "fieldtype": "Attach",
"hidden": 1, "hidden": 1,