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