Make pa-code field optional

This commit is contained in:
Björn Fromme
2018-07-10 14:09:27 +02:00
parent 5abde23ff8
commit 6bb487f0f0
@@ -138,7 +138,7 @@ return [
'config' => [
'type' => 'input',
'size' => 30,
'eval' => 'trim,required'
'eval' => 'trim'
],
],
'products' => [