From 239085d3cd773e166b645ccb9e64de8a44d08420 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 3 Apr 2007 08:44:28 +0000 Subject: [PATCH] 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 --- ve/velib.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ve/velib.h b/ve/velib.h index 57f4226e2..0b99e6059 100755 --- a/ve/velib.h +++ b/ve/velib.h @@ -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 \ No newline at end of file +#endif