mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
chore: add default value for posting_time field in subcontracting receipt
(cherry picked from commit b7470617e0)
This commit is contained in:
@@ -152,6 +152,7 @@
|
|||||||
"width": "100px"
|
"width": "100px"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"default": "Now",
|
||||||
"description": "Time at which materials were received",
|
"description": "Time at which materials were received",
|
||||||
"fieldname": "posting_time",
|
"fieldname": "posting_time",
|
||||||
"fieldtype": "Time",
|
"fieldtype": "Time",
|
||||||
|
|||||||
Reference in New Issue
Block a user