Patch level : 12.0 362
Files correlati : 777.exe Commento : Sistemato omissione 0 iniziale in "Codice fiscale società o ente dichiarante" git-svn-id: svn://10.65.10.50/branches/R_10_00@23674 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
8b0df94cf1
commit
408155959f
@ -633,7 +633,7 @@ void TCU_report::create_B()
|
||||
TReport_field& cc = add_labeled_field(header, 0,32, 3, "#19", "Codice carica", 'C');
|
||||
cc.set_type('N'); cc.hide_zeroes(true);
|
||||
TReport_field& pi = add_gridded_field(header, 0,CU_ALIGN_RIGHT, 11, "#22", "Codice fiscale società o ente dichiarante");
|
||||
pi.set_type('N'); pi.hide_zeroes(true);
|
||||
//pi.set_type('N'); pi.hide_zeroes(false); // Così si mangia lo zero iniziale che a noi serve
|
||||
add_labeled_field(header, 1, 0, 36, "#20", "Cognome");
|
||||
add_labeled_field(header, 1,CU_AFTER_LAST, CU_ALIGN_RIGHT, "#21", "Nome");
|
||||
end_paragraph(header);
|
||||
|
Loading…
x
Reference in New Issue
Block a user