bug fix: dicitura (pred.) in descrizione pagamento viene salvata insieme al resto

This commit is contained in:
2022-03-01 16:03:26 +01:00
parent 0a6e780dc8
commit ea164ca465

View File

@@ -60,7 +60,8 @@ try {
$wdtbOrdT['cod_paga'] = $cod_paga;
if ($descrPaga){
$wdtbOrdT['descrizione_paga'] = $descrPaga;
$wdtbOrdT['descrizione_paga'] = str_replace(" (Pred.)","",$descrPaga);
}
$wdtbOrdT['sconto3'] = '';
$wdtbOrdT['sconto4'] = $sconto_paga;