vat: remove unused variable
This commit is contained in:
parent
5a160fcff0
commit
827a600f8e
1 changed files with 0 additions and 2 deletions
|
@ -11,8 +11,6 @@ sub hook_checkout_prepare($class, $cart, $username, $transaction_id, @) {
|
|||
my $config = _read_vat;
|
||||
|
||||
for my $entry ($cart->entries) {
|
||||
my @contras = $entry->contras;
|
||||
|
||||
for my $contra ($entry->contras) {
|
||||
my $vat = $config->{ lc $contra->{user} } or next;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue