Patch level :2.1 48
Files correlati :cg1.exe Ricompilazione Demo : [ ] Commento : Bug 0000066 Stampa Bilancio (cg1) Richiesta di indicazione dicitura PROVVISORIO nel caso stampi anche i movimenti provvisori BILANCIO git-svn-id: svn://10.65.10.50/trunk@12100 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
42b8a890e8
commit
3a3e747248
@ -3966,7 +3966,16 @@ int TStampa_bilanci::stampa_intestazione_ditta()
|
||||
riga = TR("Data") ; riga << " @> " << TR("Pag.") << " @#";
|
||||
riga.right_just(_stampa_width-10);
|
||||
|
||||
//_stampa_mov_provv(1=normale,2=globale,3=solo provvisori)
|
||||
const char* tipoprovv = "";
|
||||
if (_stampa_mov_prov == 2)
|
||||
tipoprovv = TR("GLOBALE");
|
||||
if (_stampa_mov_prov == 3)
|
||||
tipoprovv = TR("PROVVISORIO");
|
||||
//l'uso della overwrite e' una vera vaccata!
|
||||
riga.overwrite (format("%s %s %s %s", TR("Partita iva"), (const char*)_paiva, TR("Codice fiscale"), (const char*)_cofi));
|
||||
riga.overwrite (tipoprovv, 85);
|
||||
|
||||
set_header (r++, "%s", (const char*) riga);
|
||||
|
||||
return r;
|
||||
|
Loading…
x
Reference in New Issue
Block a user