From 5d124c73e479b7da091f34d7c6e1f91dc960c23b Mon Sep 17 00:00:00 2001 From: Luca Date: Mon, 23 Jul 2018 14:35:59 +0200 Subject: [PATCH] =?UTF-8?q?Bugfix:=20possibilit=C3=A0=20di=20fatturare=20i?= =?UTF-8?q?l=20rimanente=20degli=20ordini=20parzialmente=20fatturati.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/ordini/buttons.php | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/modules/ordini/buttons.php b/modules/ordini/buttons.php index f7e40df7e..416c8d8d9 100644 --- a/modules/ordini/buttons.php +++ b/modules/ordini/buttons.php @@ -2,25 +2,32 @@ include_once __DIR__.'/../../core.php'; -if (!in_array($records[0]['stato'], ['Evaso', 'Fatturato', 'Parzialmente fatturato'])) { +if (!in_array($records[0]['stato'], ['Evaso', 'Fatturato'])) { echo ' '; }