OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

Rev 149 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 149 Rev 156
Line 34... Line 34...
34
    }
34
    }
35
 
35
 
36
    public DevisLogMailSQLElement(final DBRoot root) {
36
    public DevisLogMailSQLElement(final DBRoot root) {
37
        super((SQLTable) root.getCheckedChild(TABLENAME).getJDBC(), TO_OWNER_FIELDNAME);
37
        super((SQLTable) root.getCheckedChild(TABLENAME).getJDBC(), TO_OWNER_FIELDNAME);
38
    }
38
    }
-
 
39
 
-
 
40
    @Override
-
 
41
    protected String createCode() {
-
 
42
        return createCodeFromPackage() + ".log";
-
 
43
    }
39
}
44
}