Patch level : 10.0 286
Files correlati : kv2.exe Ricompilazione Demo : [ ] Commento : Fatturazione con vaolre convenzionale, importo fisso e importo fisso su dotazione iniziale git-svn-id: svn://10.65.10.50/trunk@18746 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
a399742ac2
commit
8267ecd2c7
@ -285,12 +285,12 @@ void TFatturazione_lavanderie::post_process_output(TLista_documenti& doc_out)
|
||||
break;
|
||||
case 5:
|
||||
{
|
||||
if (!fixdotin)
|
||||
{
|
||||
fixdotin=true;
|
||||
// if (!fixdotin)
|
||||
// {
|
||||
// fixdotin=true;
|
||||
rout.put(RDOC_PREZZO, rcont.get_real(LVRCONDV_IMPFISART));
|
||||
rout.put(RDOC_QTA, dot);
|
||||
for (int h = doc.physical_rows(); h>i; h--)
|
||||
rout.put(RDOC_QTA, artlav.clifomag(annoes)[index].get_real("DOTIN"));
|
||||
/* for (int h = doc.physical_rows(); h>i; h--)
|
||||
{
|
||||
TRiga_documento& delrow = doc[h];
|
||||
const TString80 codart=delrow.get(RDOC_CODART);
|
||||
@ -298,8 +298,8 @@ void TFatturazione_lavanderie::post_process_output(TLista_documenti& doc_out)
|
||||
const int forfdotin = rcont.get_int(LVRCONDV_TIPOFORF);
|
||||
if (forfdotin == 5)
|
||||
doc.destroy_row(h,true);
|
||||
}
|
||||
}
|
||||
} */
|
||||
// }
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user