esegue la write/rewrite di TDocumento, per aggiornare anche il magazzino. git-svn-id: svn://10.65.10.50/trunk@5026 c028cbd2-c16b-5b4b-a496-9718f37d4682
12 lines
234 B
C
Executable File
12 lines
234 B
C
Executable File
|
|
#ifndef __VE0100B_H
|
|
#define __VE0100B_H
|
|
|
|
#ifndef __VELIB_H
|
|
#include "velib.h"
|
|
#endif
|
|
|
|
int numerazione_definitiva(TDocumento &, const int); // prototipo della funzione di rinumerazione definitiva dei documenti
|
|
|
|
#endif // __VE0100B_H
|