Patch level : 10.0 nopatch

Files correlati     : ps0713.exe
Ricompilazione Demo : [ ]
Commento            :

Aggiunto importo spese da distribuire sull' importazione fatture


git-svn-id: svn://10.65.10.50/trunk@20635 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2010-06-28 13:57:49 +00:00
parent 294f084769
commit a0ed23f75a
2 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@ bool TImporta_fatacq_app::transfer(const TFilename& file, const long numreg, TAs
const real spese = _msk->get_real(F_SPESE);
bool has_spese = ! spese.is_zero();
TGeneric_distrib d(spese);
TGeneric_distrib d(spese, 2);
if (has_spese)
{

View File

@ -126,7 +126,7 @@ BEGIN
CHECKTYPE REQUIRED
END
CURRENCY F_SPESE
CURRENCY F_SPESE
BEGIN
PROMPT 2 10 "Spese "
END