From: G. Richardson Date: Tue, 8 Dec 2015 10:15:16 +0000 (+0100) Subject: Typos in Doku X-Git-Tag: release-3.4.1~552 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=ae00d68a24df20631380e9a908ede266e8da7827;p=kivitendo-erp.git Typos in Doku --- diff --git a/SL/WH.pm b/SL/WH.pm index 73e0365d9..4e2da2cc2 100644 --- a/SL/WH.pm +++ b/SL/WH.pm @@ -1000,7 +1000,7 @@ SL::WH - Warehouse backend =head1 DESCRIPTION -Backend for lx-office warehousing functions. +Backend for kivitendo warehousing functions. =head1 FUNCTIONS @@ -1014,7 +1014,7 @@ is called like this: qty => 12.45, transfer_type => 'transfer', src_warehouse_id => 12, - stc_bin_id => 23, + src_bin_id => 23, dst_warehouse_id => 25, dst_bin_id => 167, });