Fix import fe
This commit is contained in:
parent
088d2fc1d5
commit
0af50b1984
|
@ -186,9 +186,9 @@ if (!empty($righe)) {
|
||||||
$riga['CodiceArticolo'][0]['CodiceTipo'] = $riga['CodiceArticolo']['CodiceTipo'];
|
$riga['CodiceArticolo'][0]['CodiceTipo'] = $riga['CodiceArticolo']['CodiceTipo'];
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach ($riga['CodiceArticolo'] as $key => $item) {
|
foreach ($riga['CodiceArticolo'] as $key2 => $item) {
|
||||||
foreach ($item as $key => $name) {
|
foreach ($item as $key2 => $name) {
|
||||||
if ($key == 'CodiceValore') {
|
if ($key2 == 'CodiceValore') {
|
||||||
if (!empty($item['CodiceValore'])) {
|
if (!empty($item['CodiceValore'])) {
|
||||||
$codici_articoli .= '<small>'.$item['CodiceValore'].' ('.$item['CodiceTipo'].')</small>';
|
$codici_articoli .= '<small>'.$item['CodiceValore'].' ('.$item['CodiceTipo'].')</small>';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue