Patch level :2.0 partners 672
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@11720 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
b2e114ae8d
commit
10687dadf8
@ -173,14 +173,13 @@ class TBill : public TSortable
|
|||||||
char _sezione;
|
char _sezione;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual int compare(const TSortable& s) const;
|
|
||||||
virtual const char* class_name() const { return "Conto"; }
|
|
||||||
|
|
||||||
void set_description(const char* d);
|
void set_description(const char* d);
|
||||||
const TBill& copy(const TBill& b);
|
const TBill& copy(const TBill& b);
|
||||||
const char* field_name(int n, bool contro) const;
|
const char* field_name(int n, bool contro) const;
|
||||||
|
|
||||||
public: // TObject
|
public: // TObject
|
||||||
|
virtual int compare(const TSortable& s) const;
|
||||||
|
virtual const char* class_name() const { return "Conto"; }
|
||||||
virtual bool ok() const; // Gruppo, Conto e Sottoconto non nulli
|
virtual bool ok() const; // Gruppo, Conto e Sottoconto non nulli
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user