mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-30 02:14:48 +00:00
[cleanup] UI Fixes
This commit is contained in:
0
patches/1311/__init__.py
Normal file
0
patches/1311/__init__.py
Normal file
6
patches/1311/p01_cleanup.py
Normal file
6
patches/1311/p01_cleanup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import webnotes
|
||||
|
||||
def execute():
|
||||
from core.doctype.custom_field.custom_field import delete_and_create_custom_field_if_values_exist
|
||||
delete_and_create_custom_field_if_values_exist("Material Request",
|
||||
{"fieldtype":"Text", "fieldname":"remark", "label":"Remarks","insert_after":"Fiscal Year"})
|
||||
Reference in New Issue
Block a user