Inuit sync of tax, product accounting, accounts and invoices
This commit is contained in:
@@ -34,7 +34,7 @@ class ProductAddEdit extends FormRequest
|
||||
'active' => 'sometimes|accepted',
|
||||
'model' => 'sometimes|string', // @todo Check that it is a valid model type
|
||||
'model_id' => 'sometimes|int', // @todo Check that it is a valid model type
|
||||
'accounting' => 'nullable|string', // @todo Validate that the value is in the accounting system
|
||||
'accounting' => 'nullable|array', // @todo Validate that the value is in the accounting system
|
||||
'pricing' => 'required|array', // @todo Validate the elements in the pricing
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user