From: Sven Schöling Date: Tue, 16 Jul 2013 08:54:11 +0000 (+0200) Subject: Nicht benutzte Action entfernt X-Git-Tag: release-3.1.0beta1~161^2~49 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=b167020e55e1fed6e66654f5ae397a91b580a7be;p=kivitendo-erp.git Nicht benutzte Action entfernt --- diff --git a/SL/Controller/Inventory.pm b/SL/Controller/Inventory.pm index 2afd911b9..e7eb1224a 100644 --- a/SL/Controller/Inventory.pm +++ b/SL/Controller/Inventory.pm @@ -113,13 +113,6 @@ sub action_mini_stock { ->render($self); } -sub action_last_journal { - my ($self) = @_; - -# my $jounal = $self->journal; - -} - #================================================================ sub _check_auth {