Pfand: tab completion
This commit is contained in:
parent
3c2fc67c9e
commit
c756ebe08b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ sub _read_pfand {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
sub command {
|
sub command :Tab(pfand) {
|
||||||
my ($self, $cart, $command) = @_;
|
my ($self, $cart, $command) = @_;
|
||||||
|
|
||||||
return NEXT if $command ne 'pfand';
|
return NEXT if $command ne 'pfand';
|
||||||
|
|
Loading…
Add table
Reference in a new issue