OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

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

Rev 177 Rev 180
Line 348... Line 348...
348
                            deb = totalDebitFourn;
348
                            deb = totalDebitFourn;
349
                            cred = totalCreditFourn;
349
                            cred = totalCreditFourn;
350
                        }
350
                        }
351
 
351
 
352
                        if (this.centralClient && !numeroCpt.equalsIgnoreCase("411") && numeroCpt.startsWith("411")) {
352
                        if (this.centralClient && !numeroCpt.equalsIgnoreCase("411") && numeroCpt.startsWith("411")) {
353
                            if (addedLine || !this.centralFournImmo) {
353
                            if (addedLine) {
354
                                posLine--;
354
                                posLine--;
355
                                j--;
355
                                j--;
356
                            } else {
356
                            } else {
357
                                addedLine = true;
357
                                addedLine = true;
358
                            }
358
                            }
Line 368... Line 368...
368
                            }
368
                            }
369
 
369
 
370
                            this.mCell.put("A" + posLine, numCptFourn);
370
                            this.mCell.put("A" + posLine, numCptFourn);
371
                            this.mCell.put("B" + posLine, nomCptFourn);
371
                            this.mCell.put("B" + posLine, nomCptFourn);
372
                        } else if (this.centralFournImmo && !numeroCpt.equalsIgnoreCase("404") && numeroCpt.startsWith("404")) {
372
                        } else if (this.centralFournImmo && !numeroCpt.equalsIgnoreCase("404") && numeroCpt.startsWith("404")) {
373
                            if (addedLineImmo || !this.centralFourn) {
373
                            if (addedLineImmo) {
374
                                posLine--;
374
                                posLine--;
375
                                j--;
375
                                j--;
376
                            } else {
376
                            } else {
377
                                addedLineImmo = true;
377
                                addedLineImmo = true;
378
                            }
378
                            }