mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-17 03:51:06 +01:00
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';
|
include_once __DIR__.'/../../core.php';
|
||||||
|
|
||||||
if (!in_array($records[0]['stato'], ['Evaso', 'Fatturato'])) {
|
if (!in_array($records[0]['stato'], ['Bozza', 'Evaso', 'Fatturato'])) {
|
||||||
echo '
|
echo '
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<button class="btn btn-info dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
|
<button class="btn btn-info dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user