mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
* Bank transfer: Auto-ignore all 0-valued transactions (fixes #5168) * Fix failing test
This commit is contained in:
@@ -504,7 +504,7 @@ def test_valid_plus_invalid_match(env, orga_job):
|
||||
'payer': 'Karla Kundin',
|
||||
'reference': 'Bestellungen DUMMY-1Z3AS DUMMY-99999',
|
||||
'date': '2016-01-26',
|
||||
'amount': '.00'
|
||||
'amount': '2.00'
|
||||
}])
|
||||
with scopes_disabled():
|
||||
job = BankImportJob.objects.last()
|
||||
|
||||
Reference in New Issue
Block a user