Seven77 Posted May 6, 2011 Share Posted May 6, 2011 Ciao a tuttiscusate se porgo una domanda su una versione vecchia, ma per il momento devo lavorare su quello che ho per questione d'urgenza.In pratica nella fattura manca il codice fiscale. Leggendo diverse discussioni ho verificato la presenza nel file PDF.php della modifica di PSMLa modifica c'è, e per altro è stata fatta in modo che appaia il codice fiscale solo se presente.Per essere sicuro che tutto funzionasse ho eliminato l'IF, ma il codice fiscale non appare in fattura.Il codice è questo $pdf->Ln(5); $pdf->Cell($width, 10, ' ', 0, 'L'); $pdf->Cell($width, 10, self::l('CF:').' '.Tools::iconv('utf-8', self::encoding(), $invoicecustomer->CF), 0, 'L'); $pdf->Ln(5); Sapete aiutarmi per far in modo di vedere il CF nella fattura ?Grazie mille Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now