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;
|
||||
|
||||
protected:
|
||||
virtual int compare(const TSortable& s) const;
|
||||
virtual const char* class_name() const { return "Conto"; }
|
||||
|
||||
void set_description(const char* d);
|
||||
const TBill& copy(const TBill& b);
|
||||
const char* field_name(int n, bool contro) const;
|
||||
|
||||
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
|
||||
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user