mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
FIX Phpunit on file submit with REST API
This commit is contained in:
@@ -36,9 +36,8 @@ class Documents extends DolibarrApi
|
||||
* @var array $DOCUMENT_FIELDS Mandatory fields, checked when create and update object
|
||||
*/
|
||||
static $DOCUMENT_FIELDS = array(
|
||||
'name',
|
||||
'modulepart',
|
||||
'file'
|
||||
'filename'
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user