andrea14 Ho un problema quando cerco di emettere una fattura da ddt con quantità parziale, ad esempio totale 5 ma la voglio emettere con la quantità 3, il tasto crea fattura scompare. allego esempio
andrea14 ho risolto modificato il file creafattura.php in ddt $('#totale').html( (totale.toFixed(2).replace( '.', ',' )) + " €" ); if( totale==0 ) $('#submit_btn').show(); else $('#submit_btn').show(); ho messo a tutte show