diff --git a/cg/cg2100.cpp b/cg/cg2100.cpp index 809be1b0c..23647f26d 100755 --- a/cg/cg2100.cpp +++ b/cg/cg2100.cpp @@ -1024,8 +1024,8 @@ void TPrimanota_application::mask2rel(const TMask& m) r.put(RMI_IMPOSTA, imposta); r.put(RMI_TIPOCR, row.get()); - r.put(RMI_CODCMS, row.get(10)); - r.put(RMI_FASCMS, row.get(11)); + r.put("CODCMS", row.get(10)); + r.put("FASCMS", row.get(11)); // Roba obsoleta allo stato brado const TBill c(row, 6);