Changes to text css

This commit is contained in:
Jeremy Rangel
2025-09-22 16:59:02 -07:00
parent f44b3e8605
commit 2942279d7c
20 changed files with 280 additions and 2 deletions

View File

@ -8,5 +8,16 @@
"insert_after": "stock_uom",
"label": "Manufacturer Item Code",
"name": "item_manuf_item_code"
},
{
"doctype": "Custom Field",
"dt": "Item",
"fieldname": "manuf_product_url",
"fieldtype": "Data",
"insert_after": "manuf_item_code",
"label": "Manufacturer URL",
"name": "item_manuf_url",
"options": "URL"
}
]