X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e5dd32ea97088b89764dbf45f460a2898aceacaf..c5886efc9a89686ac51bad4f822965dfb0487b49:/SL/Controller/ClientConfig.pm diff --git a/SL/Controller/ClientConfig.pm b/SL/Controller/ClientConfig.pm index 1699d0423..e16b090b7 100644 --- a/SL/Controller/ClientConfig.pm +++ b/SL/Controller/ClientConfig.pm @@ -101,6 +101,7 @@ sub action_save { # All warehouse / transfer default values map { SL::DB::Default->get->update_attributes($_ => $::form->{$_}); } qw(transfer_default transfer_default_use_master_default_bin transfer_default_ignore_onhand + warehouse_id_ignore_onhand bin_id_ignore_onhand warehouse_id bin_id); SL::DB::Default->get->update_attributes('show_weight' => $::form->{show_weight});