Auto commit for release 'develop' on 2024-04-04

This commit is contained in:
github-actions
2024-04-04 05:11:18 +02:00
parent 85b17e4035
commit d8d58cc29b
6 changed files with 158 additions and 156 deletions

View File

@@ -72,8 +72,8 @@ class UpdateController extends Controller
app('log')->debug('Now in update routine for transaction group!');
$data = $request->getAll();
# Fixes 8750.
foreach($data['transactions'] as $index => $info) {
// Fixes 8750.
foreach ($data['transactions'] as $index => $info) {
unset($data['transactions'][$index]['type']);
}