OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

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

Rev 73 Rev 93
Line 100... Line 100...
100
            public int insert(SQLRow order) {
100
            public int insert(SQLRow order) {
101
 
101
 
102
                int id = super.insert(order);
102
                int id = super.insert(order);
103
                try {
103
                try {
104
                    SQLRow rowTmp = getTable().getRow(id);
104
                    SQLRow rowTmp = getTable().getRow(id);
105
                    new GenerationMvtAcompte(id);
105
                    new GenerationMvtAcompte(rowTmp);
106
 
106
 
107
                    SQLTable tableSal = getTable().getBase().getTable("SALARIE");
107
                    SQLTable tableSal = getTable().getBase().getTable("SALARIE");
108
                    SQLTable tableFichePaye = getTable().getBase().getTable("FICHE_PAYE");
108
                    SQLTable tableFichePaye = getTable().getBase().getTable("FICHE_PAYE");
109
 
109
 
110
                    SQLRow rowSal = tableSal.getRow(rowTmp.getInt("ID_SALARIE"));
110
                    SQLRow rowSal = tableSal.getRow(rowTmp.getInt("ID_SALARIE"));