Patch level : 10.0 patch 452

Files correlati     : lv2
Ricompilazione Demo : [ ]
Commento         : Corretto il nome del campo sconto sulle righe contratti


git-svn-id: svn://10.65.10.50/trunk@19326 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca83 2009-09-24 08:27:56 +00:00
parent 8cecac19cb
commit 48b2f8e30b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -7,7 +7,7 @@
#define LVRCONDV_PREZZO "PREZZO"
#define LVRCONDV_PREZRIN "PREZIN"
#define LVRCONDV_QTACONG "QTACONG"
#define LVRCONDV_SCONTPERC "SCONTOPERC"
#define LVRCONDV_SCONTPERC "SCONTPERC"
#define LVRCONDV_DOTIN "DOTIN"
#define LVRCONDV_DOTTMP "DOTTMP"
#define LVRCONDV_PRZDTTMP "PRZDTTMP"