OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 142 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 142 Rev 156
Line 258... Line 258...
258
                    tableSalarie.insertFrom("ID_CONTRAT_PREVOYANCE", r.getID());
258
                    tableSalarie.insertFrom("ID_CONTRAT_PREVOYANCE", r.getID());
259
                }
259
                }
260
            }
260
            }
261
        };
261
        };
262
    }
262
    }
-
 
263
 
-
 
264
    @Override
-
 
265
    protected String createCodeSuffix() {
-
 
266
        return ".anticipation.contract";
-
 
267
    }
-
 
268
 
263
}
269
}