Revision be6f6cfd
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/IR.pm | ||
---|---|---|
103 | 103 |
$form->{"qty_$i"} = $form->parse_amount($myconfig, $form->{"qty_$i"}); |
104 | 104 |
$form->{"qty_$i"} *= -1 if $form->{storno}; |
105 | 105 |
|
106 |
$form->{"inventory_accno_$i"} = $form->{"expense_accno_$i"} if $main::eur;
|
|
106 |
$form->{"inventory_accno_$i"} = $form->{"expense_accno_$i"} if $::lx_office_conf{system}->{eur};
|
|
107 | 107 |
|
108 | 108 |
# get item baseunit |
109 | 109 |
if (!$item_units{$form->{"id_$i"}}) { |
... | ... | |
577 | 577 |
# delete zero entries |
578 | 578 |
do_query($form, $dbh, qq|DELETE FROM acc_trans WHERE amount = 0|); |
579 | 579 |
|
580 |
Common::webdav_folder($form) if ($main::webdav);
|
|
580 |
Common::webdav_folder($form); |
|
581 | 581 |
|
582 | 582 |
# Link this record to the records it was created from. |
583 | 583 |
RecordLinks->create_links('dbh' => $dbh, |
... | ... | |
875 | 875 |
} |
876 | 876 |
$sth->finish(); |
877 | 877 |
|
878 |
Common::webdav_folder($form) if ($main::webdav);
|
|
878 |
Common::webdav_folder($form); |
|
879 | 879 |
|
880 | 880 |
$dbh->disconnect(); |
881 | 881 |
|
Auch abrufbar als: Unified diff
Globale Variablen für Systemeinstellungen und Features nach %::lx_office_conf verschoben
Betroffen sind:
$webdav
$vertreter
$lizenzen
$show_best_before
$parts_show_image
$parts_image_css
$parts_listing_images
$eur
$dbcharset
$language