mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 20:49:19 +00:00
fix: Made release date mandatory
This commit is contained in:
@@ -174,7 +174,8 @@ erpnext.accounts.PurchaseInvoice = erpnext.buying.BuyingController.extend({
|
|||||||
read_only: 0,
|
read_only: 0,
|
||||||
fieldtype:'Date',
|
fieldtype:'Date',
|
||||||
label: __('Release Date'),
|
label: __('Release Date'),
|
||||||
default: me.frm.doc.release_date
|
default: me.frm.doc.release_date,
|
||||||
|
reqd: 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldname: 'hold_comment',
|
fieldname: 'hold_comment',
|
||||||
|
|||||||
Reference in New Issue
Block a user