Patch level : 12.0 892
Files correlati : fp0.exe Commento : - Sistemato creazione ddt per fatturazione differita lavanderie - Corretta causale pagamento LA 770: bisogna mettere solo un carattere
This commit is contained in:
parent
000f0e9e59
commit
cad79a9303
@ -1277,7 +1277,7 @@ void TDoc_fp::add_ritenuta(const TDocumentoEsteso& doc, const TSpesa_prest& sp,
|
|||||||
paf0700f.set("P7_IMPORTORIT", converti_prezzo(doc.ritenute()));
|
paf0700f.set("P7_IMPORTORIT", converti_prezzo(doc.ritenute()));
|
||||||
paf0700f.set("P7_ALIQUOTARIT", sp.perc());
|
paf0700f.set("P7_ALIQUOTARIT", sp.perc());
|
||||||
static TString caus_la; caus_la.cut(0);
|
static TString caus_la; caus_la.cut(0);
|
||||||
caus_la << sp.get("S14");
|
caus_la << sp.get("S14")[0];
|
||||||
if (caus_la.empty())
|
if (caus_la.empty())
|
||||||
{
|
{
|
||||||
caus_la << sp.rec_caus_770().get("S2");
|
caus_la << sp.rec_caus_770().get("S2");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user