-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
Description
I need an invoice number (also for possible other payment plugins) that is compatible to our books (e.g. the correct cost center)
Currently it's hardcoded:
<input type="hidden" name="invoice" value="{{ registration.event_id }}_{{ registration.id }}">
It would be nice to allow some placeholders to be configured, just like we do in payment_manual. There would be an option in the plugin's settings for the default and another one in the plugin's event settings so it can be customized on the event level.
Reactions are currently unavailable