Pfand: tab completion

This commit is contained in:
Juerd Waalboer 2013-02-28 13:47:50 +01:00
parent 3c2fc67c9e
commit c756ebe08b

View file

@ -14,7 +14,7 @@ sub _read_pfand {
};
}
sub command {
sub command :Tab(pfand) {
my ($self, $cart, $command) = @_;
return NEXT if $command ne 'pfand';