From a9a04db52578ceeab8e8b59b990e606447fddfb7 Mon Sep 17 00:00:00 2001 From: Juerd Waalboer Date: Thu, 28 Feb 2013 13:58:38 +0100 Subject: [PATCH] stock: tab completion --- plugins/stock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/stock b/plugins/stock index 4cd4c64..dc4217f 100644 --- a/plugins/stock +++ b/plugins/stock @@ -2,7 +2,7 @@ HELP "cash" => "Checkout without a user account"; -sub command { +sub command :Tab(cash) { my ($self, $cart, $command) = @_; return NEXT if $command ne 'cash';