fetchArray( $q_art ); $tot_art = sizeof($rs_art); //se ho almeno un articolo caricato mostro la riga if( $tot_art>0 ){ for( $i=0; $i<$tot_art; $i++ ){ echo "\n"; if( $rs_art[$i]['idarticolo'] != '0' ){ echo " ".nl2br( html_entity_decode($rs_art[$i]['codice']." - ".$rs_art[$i]['descrizione'], ENT_QUOTES, "utf-8") )."\n"; } else { echo nl2br( html_entity_decode($rs_art[$i]['descrizione'], ENT_QUOTES, "utf-8") )."\n"; } echo "\n"; //q.tà echo "\n"; echo " ".number_format($rs_art[$i]['qta']-$rs_art[$i]['qta_evasa'], get_var("Cifre decimali"), ",", ".")."\n"; echo "\n"; //Seriale echo "\n"; echo " ".$rs_art[$i]['n_seriale']."\n"; echo "\n"; //Possibilità di rimuovere una riga solo se il preventivo non è stato pagato echo "\n"; echo "
\n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo "
\n"; echo " \n"; echo " \n"; echo "
\n"; echo "
\n"; echo "\n"; } } ?>