Aggiunto metodo ncopie() ai TTipodocumento. Restituisce il numero
di copie associato. git-svn-id: svn://10.65.10.50/trunk@3504 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
2badd9b34e
commit
8f9af0b18f
@ -26,6 +26,7 @@ public:
|
||||
|
||||
const TString& descrizione() const { return get("S0"); }
|
||||
const TString& riferimento() const { return get("S1"); }
|
||||
const int ncopie() const { return get_int("I0"); }
|
||||
|
||||
TTipo_documento(const char* tipodoc = NULL);
|
||||
TTipo_documento(const TRectype& rec);
|
||||
|
Loading…
x
Reference in New Issue
Block a user