Bugfix
This commit is contained in:
parent
555344064c
commit
21318479bb
|
@ -183,7 +183,7 @@ if (!empty($module_query) && $module_query != 'menu' && $module_query != 'custom
|
|||
|
||||
// Icona
|
||||
elseif (preg_match('/^icon_(.+?)$/', trim($field), $m)) {
|
||||
$value = '<i class="'.$r[$field].'" title="'.$r['icon_title_'.$m[1]].'" ></i> <small>'.$r['icon_title_'.$m[1]].'</small>';
|
||||
$value = '<span class=\'label text-black\' style=\'font-weight:normal;\' ><i class="'.$r[$field].'" title="'.$r['icon_title_'.$m[1]].'" ></i> <span>'.$r['icon_title_'.$m[1]].'</span></span>';
|
||||
}
|
||||
|
||||
// Colore del testo
|
||||
|
|
|
@ -227,7 +227,7 @@ switch ($op) {
|
|||
|
||||
$where[] = 'attivo=1';
|
||||
if (!empty($superselect['dir']) && $superselect['dir'] == 'entrata') {
|
||||
$where[] = 'qta>0';
|
||||
//$where[] = 'qta>0';
|
||||
}
|
||||
|
||||
if (!empty($search)) {
|
||||
|
|
|
@ -122,6 +122,8 @@ if ($module['name'] == 'Ordini cliente') {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{( "name": "filelist_and_upload", "id_module": "<?php echo $id_module ?>", "id_record": "<?php echo $id_record ?>" )}
|
||||
|
||||
<a class="btn btn-danger ask" data-backto="record-list">
|
||||
<i class="fa fa-trash"></i> <?php echo tr('Elimina'); ?>
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue