Added price_setup and billing_delay to Product

This commit is contained in:
Frank Schubert
2021-07-06 15:44:47 +02:00
parent ad4ab58332
commit 7ed8c47374
4 changed files with 26 additions and 13 deletions

View File

@@ -66,7 +66,9 @@ class ProductController extends mfBaseController {
$data['price_nne'] = Layout::commaToDot($r->price_nne);
$data['price_nbe'] = Layout::commaToDot($r->price_nbe);
$data['price'] = Layout::commaToDot($r->price);
$data['price_setup'] = $r->price_setup;
$data['billing_period'] = $r->billing_period;
$data['billing_delay'] = $r->billing_delay;
$data['ivt_id'] = ($r->ivt_id) ? $r->ivt_id : null;
$data['note'] = $r->note;