mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-22 21:28:08 +01:00
Bugfix: tasto elimina per tipi anagrafiche con controllo invertito
This commit is contained in:
parent
c7025fd36c
commit
66ee74031c
@ -43,7 +43,7 @@ if (!empty($records[0]['default'])) {
|
||||
<?php
|
||||
|
||||
// Se il tipo di anagrafica è uno di quelli di default, non lo lascio modificare
|
||||
if (!empty($records[0]['default'])) {
|
||||
if (empty($records[0]['default'])) {
|
||||
echo '
|
||||
<a class="btn btn-danger ask" data-backto="record-list">
|
||||
<i class="fa fa-trash"></i> '.tr('Elimina').'
|
||||
|
Loading…
Reference in New Issue
Block a user