mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
NEW Can select fields on expense report list. Can make mass delete.
This commit is contained in:
@@ -810,7 +810,7 @@ class ExpenseReport extends CommonObject
|
||||
* @param User $fuser User that delete
|
||||
* @return int <0 if KO, >0 if OK
|
||||
*/
|
||||
function delete($rowid=0, User $fuser=null)
|
||||
function delete(User $fuser=null)
|
||||
{
|
||||
global $user,$langs,$conf;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user