mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
NEW Can include tag {uuu} into some numbering masks to replace with user
This commit is contained in:
@@ -80,6 +80,13 @@ class modExpenseReport extends DolibarrModules
|
||||
$this->const[$r][4] = 0;
|
||||
$r++;
|
||||
|
||||
$this->const[$r][0] = "EXPENSEREPORT_ADDON";
|
||||
$this->const[$r][1] = "chaine";
|
||||
$this->const[$r][2] = "mod_expensereport_jade";
|
||||
$this->const[$r][3] = 'Name of manager to generate expense report ref number';
|
||||
$this->const[$r][4] = 0;
|
||||
$r++;
|
||||
|
||||
$this->const[$r][0] = "MAIN_DELAY_EXPENSEREPORTS";
|
||||
$this->const[$r][1] = "chaine";
|
||||
$this->const[$r][2] = "15";
|
||||
|
||||
Reference in New Issue
Block a user