mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
* Fix #24031 add - if option seleced - grand total to lists * Fix #24031 add - if option seleced - grand total to lists * Fix #24031 add - if option seleced - grand total to lists * Fix #24031 add - if option selected - grand total to lists * Update ihm.php --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
@@ -437,7 +437,7 @@ if ($mode == 'other') {
|
||||
print '<tr class="oddeven"><td>' . $langs->trans("DefaultMaxSizeShortList") . '</td><td><input class="flat" name="main_size_shortliste_limit" size="4" value="' . getDolGlobalString('MAIN_SIZE_SHORTLIST_LIMIT') . '"></td>';
|
||||
print '</tr>';
|
||||
|
||||
// Max size of lists
|
||||
// Display checkboxes and fields menu left / right
|
||||
print '<tr class="oddeven"><td>' . $langs->trans("MAIN_CHECKBOX_LEFT_COLUMN") . '</td><td>';
|
||||
print ajax_constantonoff("MAIN_CHECKBOX_LEFT_COLUMN", array(), $conf->entity, 0, 0, 1, 0, 0, 0, '', 'other');
|
||||
print '</td>';
|
||||
|
||||
Reference in New Issue
Block a user