Fix import fe

This commit is contained in:
Luca 2019-05-16 14:56:18 +02:00
parent 088d2fc1d5
commit 0af50b1984
1 changed files with 3 additions and 3 deletions

View File

@ -186,9 +186,9 @@ if (!empty($righe)) {
$riga['CodiceArticolo'][0]['CodiceTipo'] = $riga['CodiceArticolo']['CodiceTipo'];
}
foreach ($riga['CodiceArticolo'] as $key => $item) {
foreach ($item as $key => $name) {
if ($key == 'CodiceValore') {
foreach ($riga['CodiceArticolo'] as $key2 => $item) {
foreach ($item as $key2 => $name) {
if ($key2 == 'CodiceValore') {
if (!empty($item['CodiceValore'])) {
$codici_articoli .= '<small>'.$item['CodiceValore'].' ('.$item['CodiceTipo'].')</small>';