set price_field to is_required = false
This commit is contained in:
parent
8cfa270dff
commit
1fc6529064
1 changed files with 1 additions and 0 deletions
|
@ -306,6 +306,7 @@ class TwingleProduct extends TwingleProductDAO {
|
||||||
'is_active' => $this->is_active,
|
'is_active' => $this->is_active,
|
||||||
'weight' => $this->sort,
|
'weight' => $this->sort,
|
||||||
'html_type' => 'Text',
|
'html_type' => 'Text',
|
||||||
|
'is_required' => false,
|
||||||
];
|
];
|
||||||
// Add id if in edit mode
|
// Add id if in edit mode
|
||||||
if ($mode == 'edit') {
|
if ($mode == 'edit') {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue