Add new free subscription addon for "Undervognsskyld pr. enhed" in invoice collection logic

This commit is contained in:
Jeppe Bundgaard
2025-11-04 13:53:01 +01:00
parent dbc96fd0b4
commit bfed2f231a
@@ -986,6 +986,8 @@ class collected_order_invoices_o extends db
$free_subscription_addons = [
23, // Spot Free- Varevogn
24, // Spot Free- Lastbil
21, // Undervognsskyld pr. enhed.
];
if (in_array($addon['product_id'], $free_subscription_addons)) {
$tmp_subscription_price = 0;