From 2279eadb8e8e1032bb9ae894710c2c86f876b542 Mon Sep 17 00:00:00 2001 From: Luca Date: Wed, 19 Dec 2018 23:26:28 +0100 Subject: [PATCH] Update rows.php --- plugins/importFE/rows.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/plugins/importFE/rows.php b/plugins/importFE/rows.php index 4acafc460..c74761f23 100644 --- a/plugins/importFE/rows.php +++ b/plugins/importFE/rows.php @@ -71,18 +71,19 @@ if (!empty($righe)) { echo '

'.tr('Righe').' - + +

- - + + - + '; foreach ($righe as $key => $riga) { @@ -106,7 +107,7 @@ if (!empty($righe)) { {[ "type": "select", "name": "conto['.$key.']", "ajax-source": "conti-acquisti", "required": 1 ]} '; }
'.tr('Descrizione').''.tr('Q.tà').''.tr('Prezzo unitario').''.tr('Q.tà').''.tr('Prezzo unitario').' '.tr('Iva associata').'* '.tr('Conto').'*'.tr('Articolo associato').''.tr('Articolo associato').'
- {[ "type": "select", "name": "articoli['.$key.']", "ajax-source": "articoli" ]} + {[ "type": "select", "name": "articoli['.$key.']", "ajax-source": "articoli", "icon-after": "add|'.Modules::get("Articoli")["id"].'" ]}