mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 09:01:40 +01:00
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
Conflicts: htdocs/modulebuilder/template/class/myobject.class.php htdocs/modulebuilder/template/core/boxes/mymodulewidget1.php htdocs/modulebuilder/template/core/modules/modMyModule.class.php htdocs/modulebuilder/template/core/modules/mymodule/doc/doc_generic_myobject_odt.modules.php htdocs/modulebuilder/template/core/modules/mymodule/doc/pdf_standard_myobject.modules.php htdocs/modulebuilder/template/myobject_agenda.php htdocs/modulebuilder/template/myobject_list.php
This commit is contained in:
@@ -257,7 +257,7 @@ if ($action == 'updateMask') {
|
||||
if (dolibarr_set_const($db, $constforval, $value, 'chaine', 0, '', $conf->entity)) {
|
||||
// The constant that was read before the new set
|
||||
// We therefore requires a variable to have a coherent view
|
||||
$conf->global->$constforval = $value;
|
||||
$conf->global->{$constforval} = $value;
|
||||
}
|
||||
|
||||
// We disable/enable the document template (into llx_document_model table)
|
||||
|
||||
Reference in New Issue
Block a user