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:
Simone Palacino 2019-10-23 12:04:54 +02:00
parent 000f0e9e59
commit cad79a9303

View File

@ -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_ALIQUOTARIT", sp.perc());
static TString caus_la; caus_la.cut(0);
caus_la << sp.get("S14");
caus_la << sp.get("S14")[0];
if (caus_la.empty())
{
caus_la << sp.rec_caus_770().get("S2");