Skip to content

Commit

Permalink
fix bonus change
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMoeglich committed May 19, 2024
1 parent e00d707 commit 36b3ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/asset_library/title.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export function get_title(
escape = true
): string {
const sp = escape ? nspace : ' ';
//const praemie = short ? '' : ` +${sp}${bonus_string(escape)}${sp}Prämie`;
const praemie = short ? '' : ` +${sp}${get_price_string(ids, "jahr")}${sp}Gutschrift (1${sp}Abobetrag${sp}geschenkt)`;
const praemie = short ? '' : ` +${sp}${bonus_string(escape)}${sp}Prämie`;
// const praemie = short ? '' : ` +${sp}${get_price_string(ids, "jahr")}${sp}Gutschrift (1${sp}Abobetrag${sp}geschenkt)`;
if (ids.filter((id) => package_ids.includes(id as package_id)).length === 4) {
if (ids.includes('entertainmentplus')) {
return 'Komplett inkl. Netflix' + praemie;
Expand Down

0 comments on commit 36b3ef3

Please sign in to comment.