X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ed5ef25b703c78dd4bed585fe52f4d3a4ffce8d3..46bc75c8:/t/wh/transfer.t diff --git a/t/wh/transfer.t b/t/wh/transfer.t index 331ed506e..94767529c 100644 --- a/t/wh/transfer.t +++ b/t/wh/transfer.t @@ -120,6 +120,23 @@ test { shift->{qty}, shift->{qty}, 'back and forth in one transaction' } { qty => 1, }; +############################################# + +test { shift->{qty}, shift->{qty}, 'warehouse reduced interface' } { + transfer_type => SL::DB::Manager::TransferType->find_by(description => 'transfer'), + parts => $part, + src_bin => $bin2, + dst_bin => $bin1, + qty => 1, +}, +{ + transfer_type => SL::DB::Manager::TransferType->find_by(description => 'transfer'), + parts => $part, + src_bin => $bin1, + dst_bin => $bin2, + qty => 1, +}; + done_testing;