Remove support for unbalanced transaction, release v7.0.0
This commit is contained in:
parent
7990c43371
commit
a303cad131
4 changed files with 37 additions and 29 deletions
|
@ -52,7 +52,6 @@ sub undo :Tab(&tab) ($self, $cart, $tid, @) {
|
|||
my (undef, $user, $delta) = split " ", $line;
|
||||
|
||||
$entry ||= $cart->add(0, $description, { undo_transaction_id => $tid });
|
||||
$entry->{FORCE_UNBALANCED} = 1;
|
||||
|
||||
$entry->add_contra($user, $delta, "Undo $tid");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue