Correzione all' aggiornameto tracciati per gestire le ditte senza dati
Corretto nome del file di include in batbues git-svn-id: svn://10.65.10.50/trunk@597 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
e10d4efad8
commit
dcad72aedd
@ -451,12 +451,17 @@ void BA1100_application::update()
|
||||
|
||||
for (ditte.first(); !ditte.eof(); ditte.next())
|
||||
{
|
||||
set_firm(ditte.get_long("CODDITTA"));
|
||||
const long codditta = ditte.get_long("CODDITTA");
|
||||
const TRecnotype rec = ditte.recno();
|
||||
ditte.close();
|
||||
update_dir();
|
||||
convert_dir();
|
||||
ditte.open();
|
||||
|
||||
if (prefhndl->exist(codditta))
|
||||
{
|
||||
set_firm(codditta);
|
||||
ditte.close();
|
||||
update_dir();
|
||||
convert_dir();
|
||||
ditte.open();
|
||||
}
|
||||
ditte.readat(rec);
|
||||
}
|
||||
if (firm > 0) set_firm(firm);
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "batb%ues.h"
|
||||
#include "batbues.h"
|
||||
|
||||
TOOLBAR "" 0 20 0 2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user