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 494... Line 494...
494
        c.gridwidth = 1;
494
        c.gridwidth = 1;
495
        if (gestionStockMin) {
495
        if (gestionStockMin) {
496
            c.gridx = 0;
496
            c.gridx = 0;
497
            c.gridy++;
497
            c.gridy++;
498
            c.weightx = 0;
498
            c.weightx = 0;
499
            panel.add(new JLabel(getLabelFor("QTE_MIN")), c);
-
 
500
            c.gridx++;
-
 
501
            c.weightx = 1;
-
 
502
            panel.add(fieldQteMin, c);
-
 
503
            this.addView(fieldQteMin, "QTE_MIN");
-
 
504
 
-
 
505
            c.gridx = 0;
-
 
506
            c.gridy++;
-
 
507
            c.weightx = 0;
-
 
508
            panel.add(new JLabel(getLabelFor("QTE_ACHAT")), c);
499
            panel.add(new JLabel(getLabelFor("QTE_ACHAT")), c);
509
            c.gridx++;
500
            c.gridx++;
510
            c.weightx = 1;
501
            c.weightx = 1;
511
            panel.add(fieldQteAchat, c);
502
            panel.add(fieldQteAchat, c);
512
            this.addView(fieldQteAchat, "QTE_ACHAT");
503
            this.addView(fieldQteAchat, "QTE_ACHAT");