Patch level : 12.0 634

Files correlati     : fp
Commento            : Aggiunta get_riga_esenzione()
This commit is contained in:
Mattia Tollari 2018-10-15 13:55:16 +02:00
parent 03f90ed4b8
commit 4663594590

View File

@ -881,6 +881,7 @@ public:
void set_fields(TAuto_variable_rectype & rec);
void update_esenzione();
void set_riga_esenzione();
const TRiga_documento& get_riga_esenzione() const { return *_esenzione; }
bool ha_riga_sconto() const { return _sconto != NULL; }
bool ha_riga_esenzione() const { return _esenzione != NULL; }