OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

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

Rev 156 Rev 177
Line 28... Line 28...
28
import javax.swing.JTextField;
28
import javax.swing.JTextField;
29
 
29
 
30
public class UniteVenteArticleSQLElement extends ComptaSQLConfElement {
30
public class UniteVenteArticleSQLElement extends ComptaSQLConfElement {
31
 
31
 
32
    public static final int A_LA_PIECE = 2;
32
    public static final int A_LA_PIECE = 2;
-
 
33
    public static final int M2 = 4;
33
 
34
 
34
    public UniteVenteArticleSQLElement() {
35
    public UniteVenteArticleSQLElement() {
35
        super("UNITE_VENTE", "une unité de vente", "unité de vente");
36
        super("UNITE_VENTE", "une unité de vente", "unité de vente");
36
    }
37
    }
37
 
38