Patch level : 4.0 676

Files correlati     :   ve0.exe tutti i profili
Ricompilazione Demo : [ ]
Commento            :

Supporto per 10 campi personalizzati sulle righe da 155 /FR_JOLLY1) a 164 (FR_JOLLY10)


git-svn-id: svn://10.65.10.50/trunk@15162 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2007-04-03 08:44:28 +00:00
parent aa76f93a39
commit 239085d3cd

View File

@ -425,6 +425,8 @@ public:
const int decr_perc_prezzo() const { return _decrp;}
bool formfeed() const { return get_bool("B0"); }
int detraibilita() const { return get_int("I0"); }
real perc_indetraibilita() const { return get_real("R0"); }
TFormula_documento* first_formula() { return succ_formula(true); }
TFormula_documento* succ_formula(bool restart = FALSE);
@ -886,4 +888,4 @@ public:
virtual ~TDocumento_mask();
};
#endif
#endif