stock: tab completion
This commit is contained in:
parent
05544439b9
commit
a9a04db525
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Reference in a new issue