X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/bbbe79aac4c9461fc18fa71e4e52785382e7f54d..eeb5375ee7727c956cc357cc8f90b19d1bfe80b9:/SL/Dev/Part.pm diff --git a/SL/Dev/Part.pm b/SL/Dev/Part.pm index 967a1f75b..14fc088cc 100644 --- a/SL/Dev/Part.pm +++ b/SL/Dev/Part.pm @@ -141,8 +141,7 @@ SL::Dev::Part - create part objects for testing, with minimal defaults # see individual functions for special parameters my $part = new_part( partnumber => 'Test 001', - warehouse_id => $bin->warehouse->id, - bin_id => $bin->id, + rop => 20, ); =head1 FUNCTIONS