projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f7c7cd
)
t/helper/shipped_qty.t: falscher Aufruf
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 26 Jul 2017 09:05:27 +0000
(11:05 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 26 Jul 2017 11:43:46 +0000
(13:43 +0200)
t/helper/shipped_qty.t
patch
|
blob
|
history
diff --git
a/t/helper/shipped_qty.t
b/t/helper/shipped_qty.t
index
4db30c1
..
ed60f56
100644
(file)
--- a/
t/helper/shipped_qty.t
+++ b/
t/helper/shipped_qty.t
@@
-34,7
+34,7
@@
$vendor = SL::Dev::CustomerVendor::create_vendor( name => 'Testlieferant')->s
my $default_sellprice = 10;
my $default_lastcost = 4;
-my ($wh) = SL::Dev::Inventory
->
create_warehouse_and_bins();
+my ($wh) = SL::Dev::Inventory
::
create_warehouse_and_bins();
my $bin1 = SL::DB::Manager::Bin->find_by(description => "Bin 1");
my $bin2 = SL::DB::Manager::Bin->find_by(description => "Bin 2");