mirror of
https://github.com/pretix/pretix.git
synced 2026-05-11 16:13:59 +00:00
Remove duplicate order refund log action (#324)
This commit is contained in:
committed by
Raphael Michel
parent
ddb2b44496
commit
7b45112b91
@@ -415,7 +415,6 @@ class BasePaymentProvider:
|
|||||||
|
|
||||||
:param order: The order object
|
:param order: The order object
|
||||||
"""
|
"""
|
||||||
order.log_action('pretix.base.order.refunded')
|
|
||||||
return '<div class="alert alert-warning">%s</div>' % _('The money can not be automatically refunded, '
|
return '<div class="alert alert-warning">%s</div>' % _('The money can not be automatically refunded, '
|
||||||
'please transfer the money back manually.')
|
'please transfer the money back manually.')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user