Tolto il bottone "crea..." se l'ordine è in bozza
This commit is contained in:
parent
dacf81a1ab
commit
cfd3f21e42
|
@ -2,7 +2,7 @@
|
|||
|
||||
include_once __DIR__.'/../../core.php';
|
||||
|
||||
if (!in_array($records[0]['stato'], ['Evaso', 'Fatturato'])) {
|
||||
if (!in_array($records[0]['stato'], ['Bozza', 'Evaso', 'Fatturato'])) {
|
||||
echo '
|
||||
<div class="dropdown">
|
||||
<button class="btn btn-info dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
|
||||
|
|
Loading…
Reference in New Issue