Patch level :10.0

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :riprodotto un commit mancante


git-svn-id: svn://10.65.10.50/trunk@19604 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2009-11-11 10:07:28 +00:00
parent e106e46ff4
commit b09ed289b5

View File

@ -744,6 +744,7 @@ public:
virtual TRectype & operator =(const char * r);
virtual void zero(const char * fieldname);
virtual void zero(char c = '\0') { TMultiple_rectype::zero(c); }
void sort_rows(const char * key);
int physical_rows() const { return body().rows(); }
int rows() const { return physical_rows() + ((_sconto != NULL) ? 1 : 0) + ((_esenzione != NULL) ? 1 : 0); }