forked from CGM_Public/pretix_original
BasePP: Do not render "None" if no messages are available for {payment_info}
This commit is contained in:
@@ -330,6 +330,8 @@ def _placeholder_payments(order, payments):
|
||||
d = [line for line in d if line.strip()]
|
||||
if d:
|
||||
return '\n\n'.join(d)
|
||||
else:
|
||||
return ''
|
||||
|
||||
|
||||
def get_best_name(position_or_address, parts=False):
|
||||
|
||||
Reference in New Issue
Block a user