Patch level : 10.0 patch 587
Files correlati : lv0 lv0400a.msk Ricompilazione Demo : [ ] Commento : Aggiunta la gestione dell'azzeramento del conguaglio git-svn-id: svn://10.65.10.50/trunk@19972 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
f34a9362f8
commit
3af9d31177
@ -697,7 +697,7 @@ bool TContratti_msk::on_field_event(TOperable_field& o,TField_event e,long jolly
|
||||
}
|
||||
}
|
||||
break;
|
||||
case DLG_PACKTCLI:
|
||||
case DLG_RESET:
|
||||
if (e == fe_button && yesno_box(TR("Si è sicuri di voler azzerare i conguagli di questo contratto?")))
|
||||
azzera_conguaglio();
|
||||
default:
|
||||
|
@ -48,6 +48,7 @@
|
||||
#define F_TPDOC 248
|
||||
#define F_DESCR 249
|
||||
#define F_REDDI 250
|
||||
#define DLG_RESET 251
|
||||
|
||||
// Campi del dettalio sotto lo spreadsheet
|
||||
|
||||
|
@ -15,6 +15,18 @@ BEGIN
|
||||
PICTURE 156
|
||||
END
|
||||
|
||||
BUTTON DLG_NULL 2 2
|
||||
BEGIN
|
||||
PROMPT -1 1 ""
|
||||
PICTURE 0
|
||||
END
|
||||
|
||||
BUTTON DLG_RESET 2 2
|
||||
BEGIN
|
||||
PROMPT 1 1 "Conguaglio"
|
||||
PICTURE TOOL_RESET
|
||||
END
|
||||
|
||||
#include <cancelbar.h>
|
||||
|
||||
ENDPAGE
|
||||
|
Loading…
x
Reference in New Issue
Block a user