Fix: Rechnung-Hinweistext auf AGB-konforme Jahresbeitrags-Notiz umgestellt
Alle drei Rechnungs-Einstiegspunkte (Admin-Upgrade-Button, automatische Verlängerung via Scheduler, manuelles Upgrade via admin.py) erhalten jetzt den einheitlichen Hinweis zum Jahresbeitrag gem. AGB ohne Rückerstattung.
This commit is contained in:
parent
a9f7923716
commit
699926cd76
3 changed files with 3 additions and 2 deletions
|
|
@ -3645,6 +3645,7 @@ window.Page_admin = (() => {
|
|||
recipient_address: address || '',
|
||||
service_period: _period,
|
||||
items: [{ description: tierItem.description, quantity: 1, unit_price: tierItem.unit_price }],
|
||||
notes: 'Jahresbeitrag gem. AGB. Bei vorzeitiger Kündigung keine anteilige Rückerstattung; Zugang bleibt bis Laufzeitende bestehen.',
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue