mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 12:08:27 +02:00
Increase account balance without vat #2663
This commit is contained in:
parent
a437ef3ed9
commit
863f32a026
3 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@ describe BankTransaction do
|
|||
bt.bind_invoice(invoice.number)
|
||||
|
||||
invoice.receipt_date.should_not be_blank
|
||||
r.cash_account.balance.should == 240.0
|
||||
r.cash_account.balance.should == 200.0
|
||||
end
|
||||
|
||||
it 'should not bind transaction with mismatching sums' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue