diff --git a/ve/ve2800.cpp b/ve/ve2800.cpp index 67bb1e6ef..54f85340c 100644 --- a/ve/ve2800.cpp +++ b/ve/ve2800.cpp @@ -98,6 +98,7 @@ void TRicarico_listini_mask::save() rcondv.put(RCONDV_CODRIGA, codart); if (rcondv.read() == NOERR) { + rcondv.put(RCONDV_SCONTO, sconto); rcondv.put(RCONDV_PREZZO, prezzo); rcondv.rewrite(); }