pfand: fix syntax error
This commit is contained in:
parent
596c64136a
commit
defe8d490c
1 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,7 @@ HELP "pfand" => "Pfand zurueck";
|
|||
|
||||
sub _read_pfand() {
|
||||
return {
|
||||
map { split " " } grep /\S/, grep !/^\s*#/, slurp 'revbank.pfand';
|
||||
map { split " " } grep /\S/, grep !/^\s*#/, slurp 'revbank.pfand'
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -54,4 +54,3 @@ sub hook_add_entry ($class, $cart, $entry, @) {
|
|||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue