diff --git a/cg/cg21sld.h b/cg/cg21sld.h new file mode 100755 index 000000000..7c1e12998 --- /dev/null +++ b/cg/cg21sld.h @@ -0,0 +1,10 @@ +#define FS_RATESHEET 501 +#define FS_TOTAL 502 +#define FS_RDIFFER 503 +#define FS_IMPONIBILE 504 +#define FS_IMPOSTA 505 +#define FS_SPESE 506 +#define FS_RECALC 507 +#define FS_NAMEPAG 508 +#define FS_TIPOPR 509 +#define FS_MCOMM 510 \ No newline at end of file diff --git a/cg/cg4100.cpp b/cg/cg4100.cpp index 8371363ed..887208f04 100755 --- a/cg/cg4100.cpp +++ b/cg/cg4100.cpp @@ -395,6 +395,8 @@ bool CG4100_App::sort_sal() sal.set_movap(causali.get(CAU_MOVAP) == "A"); sal.set_movprovv(mov.get(MOV_PROVVIS).not_empty()); + sal.set_data_ulmov(mov.get_date(MOV_DATAREG)); + sal.set_num_ulmov(numreg); sal.aggiorna(gruppo, conto, sottoconto, importo, sezione); if (sal.items() > MAX_CNT) {