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 182
Line 1... Line 1...
1
/*
1
/*
2
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3
 * 
3
 * 
4
 * Copyright 2011 OpenConcerto, by ILM Informatique. All rights reserved.
4
 * Copyright 2011-2019 OpenConcerto, by ILM Informatique. All rights reserved.
5
 * 
5
 * 
6
 * The contents of this file are subject to the terms of the GNU General Public License Version 3
6
 * The contents of this file are subject to the terms of the GNU General Public License Version 3
7
 * only ("GPL"). You may not use this file except in compliance with the License. You can obtain a
7
 * only ("GPL"). You may not use this file except in compliance with the License. You can obtain a
8
 * copy of the License at http://www.gnu.org/licenses/gpl-3.0.html See the License for the specific
8
 * copy of the License at http://www.gnu.org/licenses/gpl-3.0.html See the License for the specific
9
 * language governing permissions and limitations under the License.
9
 * language governing permissions and limitations under the License.
Line 29... Line 29...
29
import org.openconcerto.ui.TitledSeparator;
29
import org.openconcerto.ui.TitledSeparator;
30
import org.openconcerto.utils.ListMap;
30
import org.openconcerto.utils.ListMap;
31
 
31
 
32
import java.awt.GridBagConstraints;
32
import java.awt.GridBagConstraints;
33
import java.awt.GridBagLayout;
33
import java.awt.GridBagLayout;
-
 
34
import java.sql.SQLException;
34
import java.util.ArrayList;
35
import java.util.ArrayList;
35
import java.util.List;
36
import java.util.List;
36
 
37
 
37
import javax.swing.BorderFactory;
38
import javax.swing.BorderFactory;
38
import javax.swing.JCheckBox;
39
import javax.swing.JCheckBox;
Line 286... Line 287...
286
            @Override
287
            @Override
287
            public void update() {
288
            public void update() {
288
 
289
 
289
                super.update();
290
                super.update();
290
                this.table.getModel().updateField("ID_CAISSE_COTISATION", getSelectedID());
291
                this.table.getModel().updateField("ID_CAISSE_COTISATION", getSelectedID());
-
 
292
 
291
            }
293
            }
292
 
294
 
293
            @Override
295
            @Override
294
            public int insert(SQLRow order) {
296
            public int insert(SQLRow order) {
295
                final int insertID = super.insert(order);
297
                final int insertID = super.insert(order);