mirror of
https://github.com/pretix/pretix.git
synced 2026-08-22 12:42:00 +00:00
Bank transfer: Allow using external IDs for deduplication (#3803)
* Bank transfer: Allow using external IDs for deduplication * Do not use empty string in nullable field
This commit is contained in:
@@ -46,7 +46,7 @@ class BankTransactionSerializer(serializers.ModelSerializer):
|
||||
class Meta:
|
||||
model = BankTransaction
|
||||
fields = ('state', 'message', 'checksum', 'payer', 'reference', 'amount', 'date', 'order',
|
||||
'comment', 'iban', 'bic', 'currency')
|
||||
'comment', 'iban', 'bic', 'currency', 'external_id')
|
||||
|
||||
|
||||
class BankImportJobSerializer(serializers.ModelSerializer):
|
||||
|
||||
Reference in New Issue
Block a user