stock: tab completion

This commit is contained in:
Juerd Waalboer 2013-02-28 13:58:38 +01:00
parent 05544439b9
commit a9a04db525

View file

@ -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';