16 lines
235 B
Plaintext
16 lines
235 B
Plaintext
|
#include "verigdef.h"
|
||
|
|
||
|
#define FULL_SCREEN
|
||
|
#define MASK_TITLE1 "Sconto percentuale"
|
||
|
|
||
|
DEFINE_FIELD(DESCR)
|
||
|
DEFINE_FIELD(SCONTO)
|
||
|
F_POS(SCONTO, 2, 9,"Sconto " )
|
||
|
// DEFINE_FIELD(CODIVA)
|
||
|
// DEFINE_FIELD(DESIVA)
|
||
|
|
||
|
#include "verig.uml"
|
||
|
|
||
|
|
||
|
|