Revision fbbfd3ce
Von Rolf Fluehmann vor mehr als 8 Jahren hinzugefügt
SL/User.pm | ||
---|---|---|
312 | 312 |
$curr = selectfirst_hashref_query($form, $dbh, $query, $form->{defaultcurrency}); |
313 | 313 |
} |
314 | 314 |
|
315 |
$query = qq|UPDATE defaults SET accounting_method = ?, profit_determination = ?, inventory_system = ?, precision = ?, currency_id = ?|; |
|
315 |
$query = qq|UPDATE defaults SET |
|
316 |
accounting_method = ?, |
|
317 |
profit_determination = ?, |
|
318 |
inventory_system = ?, |
|
319 |
precision = ?, |
|
320 |
currency_id = ?, |
|
321 |
feature_balance = ?, |
|
322 |
feature_datev = ?, |
|
323 |
feature_erfolgsrechnung = ?, |
|
324 |
feature_eurechnung = ?, |
|
325 |
feature_ustva = ? |
|
326 |
|; |
|
316 | 327 |
do_query($form, $dbh, $query, |
317 | 328 |
$form->{accounting_method}, |
318 | 329 |
$form->{profit_determination}, |
319 | 330 |
$form->{inventory_system}, |
320 | 331 |
$form->parse_amount(\%::myconfig, $form->{precision_as_number}), |
321 | 332 |
$curr->{id}, |
333 |
$form->{feature_balance}, |
|
334 |
$form->{feature_datev}, |
|
335 |
$form->{feature_erfolgsrechnung}, |
|
336 |
$form->{feature_eurechnung}, |
|
337 |
$form->{feature_ustva} |
|
322 | 338 |
); |
323 | 339 |
|
324 | 340 |
$dbh->disconnect; |
Auch abrufbar als: Unified diff
preferences to client-features managed