diff --git a/cg/pagament.cpp b/cg/pagament.cpp index 091edb1fb..062faa3fe 100755 --- a/cg/pagament.cpp +++ b/cg/pagament.cpp @@ -1593,7 +1593,7 @@ void TPagamento::set_sheet(TSheet_field& sf, int sscad) } for (int d = sf.items()-1; d >= i; d--) - sf.destroy(d); + sf.destroy(d, FALSE); sf.enable_column(2, in_valuta); } @@ -1616,7 +1616,7 @@ void TPagamento::set_sheet(TSheet_field& sf, int sscad) } for (int d = sf.items()-1; d >= i; d--) - sf.destroy(d); + sf.destroy(d, FALSE); } const bool abilita = _tpr <= 3;