OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

Rev 144 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 144 Rev 156
Line 73... Line 73...
73
        };
73
        };
74
    }
74
    }
75
 
75
 
76
    @Override
76
    @Override
77
    protected String createCode() {
77
    protected String createCode() {
78
        return createCodeFromPackage() + ".achat.state";
78
        return createCodeOfPackage() + ".achat.state";
79
    }
79
    }
80
 
80
 
81
}
81
}