mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Disable promotion
This commit is contained in:
parent
496a131f6e
commit
ae8157b50b
@ -49,8 +49,8 @@ class AccountRepository
|
|||||||
$company->applyFreeYear();
|
$company->applyFreeYear();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$company->applyDiscount(.5);
|
//$company->applyDiscount(.5);
|
||||||
session()->flash('warning', $company->present()->promoMessage());
|
//session()->flash('warning', $company->present()->promoMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
$company->save();
|
$company->save();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user