Revision 1acc9e56
Von Jan Büren vor fast 5 Jahren hinzugefügt
SL/Controller/Reconciliation.pm | ||
---|---|---|
198 | 198 |
} |
199 | 199 |
$counter++; |
200 | 200 |
} |
201 |
|
|
202 |
1; |
|
201 | 203 |
}) or die t8('Unable to reconcile, database transaction failure'); |
202 | 204 |
|
203 | 205 |
flash('ok', t8('#1 proposal(s) saved.', $counter)); |
... | ... | |
386 | 388 |
$rec_link->save; |
387 | 389 |
} |
388 | 390 |
} |
391 |
|
|
392 |
1; |
|
389 | 393 |
}) or die t8('Unable to reconcile, database transaction failure'); |
390 | 394 |
} |
391 | 395 |
|
Auch abrufbar als: Unified diff
Testfall für #266 - Rückgabewert für Routine setzen