Patch level : 10.0 patch 442
Files correlati : lv2 Ricompilazione Demo : [ ] Commento : Corretta una put sulle righer contratto (cercava di inserire un valore nel campo sbagliato) git-svn-id: svn://10.65.10.50/trunk@19307 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
24dcd2b00f
commit
01bf002635
@ -431,7 +431,7 @@ void TGenera_documenti_app::crea_riga(const TString& codart, const char modpas,
|
||||
rdoc.put(RDOC_PREZZO, prezzo);
|
||||
else
|
||||
rdoc.put(RDOC_PREZZO,rcont.get_real(LVRCONDV_PRZDTTMP));
|
||||
rdoc.put(RDOC_SCONTO,rcont.get(LVRCONDV_SCONTPERC)); //sconto
|
||||
//rdoc.put(RDOC_SCONTO,rcont.get(LVRCONDV_SCONTPERC)); //sconto
|
||||
}
|
||||
|
||||
//scrivo il magazzino
|
||||
|
Loading…
x
Reference in New Issue
Block a user