Compare commits
No commits in common. "1f1dabf3b0963ef1ed24d91fa7abe57aba25c3fd" and "e3a5ed4fa6a80abc862cfa073cd779f71dba708a" have entirely different histories.
1f1dabf3b0
...
e3a5ed4fa6
@ -167,7 +167,6 @@ protected:
|
||||
public:
|
||||
bool valid_cursor() const { return _cursor != NULL; }
|
||||
virtual TCursor* cursor() const;
|
||||
const TRectype & curr() const { return cursor()->curr(); }
|
||||
void set_filterfunction(FILTERFUNCTION ff, bool update = false) { cursor()->set_filterfunction(ff, update); }
|
||||
virtual void freeze(bool on = true) { return cursor()->freeze(on); }
|
||||
virtual void unfreeze() { return cursor()->freeze(false); }
|
||||
|
||||
@ -520,7 +520,7 @@ bool TTrasferimentoCU::append_record_b()
|
||||
TRecordCU rec('B'); // Compila record di testata B
|
||||
rec.set(2, cod_fis_dic());
|
||||
rec.set(3, 1); // Modulo (deve essere sempre 1)
|
||||
rec.set(8, get_iva_sirio()); // CF del produttore
|
||||
rec.set(8, get_iva_prod()); // CF del produttore
|
||||
rec.set(10, _tipo_operazione == 'A');
|
||||
rec.set(11, _tipo_operazione == 'S');
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user