Compare commits
2 Commits
8be11862d9
...
959fbe8774
Author | SHA1 | Date |
---|---|---|
valentina | 959fbe8774 | |
valentina | 688cc05f4b |
|
@ -147,7 +147,7 @@ class FieldManager implements ManagerInterface
|
|||
if (isset($options['place']) && $options['place'] == 'add') {
|
||||
$query .= ' AND `on_add` = 1';
|
||||
}
|
||||
$query .= ' AND `zz_fields`.`title` = '.prepare($name);
|
||||
$query .= ' AND `zz_fields`.`name` = '.prepare($name);
|
||||
|
||||
$results = $database->fetchArray($query);
|
||||
|
||||
|
|
|
@ -37,7 +37,9 @@ if (get('lev') == '2' || get('lev') == '3') {
|
|||
<th class="text-right">'.moneyFormat(abs($dare), 2).'</th>
|
||||
<th class="text-right">'.moneyFormat(abs($avere), 2).'</th>
|
||||
<th class="text-right">'.moneyFormat(abs($scalare), 2).'</th>
|
||||
</tr>';
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>';
|
||||
} elseif (get('lev') == '1') {
|
||||
$totale_attivo = 0;
|
||||
$totale_passivo = 0;
|
||||
|
@ -86,5 +88,3 @@ if (get('lev') == '2' || get('lev') == '3') {
|
|||
</tr>
|
||||
</table>';
|
||||
}
|
||||
|
||||
echo '</tbody></table>';
|
||||
|
|
Loading…
Reference in New Issue