Visualizz
git-svn-id: svn://10.65.10.50/trunk@1772 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
0fd04df32e
commit
9e4b28abf7
@ -1,5 +1,6 @@
|
||||
#include <applicat.h>
|
||||
#include <mask.h>
|
||||
#include <msksheet.h>
|
||||
#include <tabutil.h>
|
||||
|
||||
// IVA a debito da riportare al mese successivo
|
||||
@ -87,6 +88,9 @@ public:
|
||||
void set_year(const char* y) { _year = atoi(y); }
|
||||
void set_year(int y) { _year = y; }
|
||||
void reset_fields();
|
||||
|
||||
void set_liq_rows (TSheet_field& s) { _liq_rows = s.rows_array(); }
|
||||
void set_vers_rows(TSheet_field& s) { _vers_rows = s.rows_array(); }
|
||||
|
||||
// 2 palle
|
||||
TMask* get_main_mask() { return _mask; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user