mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Disable promotion
This commit is contained in:
parent
496a131f6e
commit
ae8157b50b
@ -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…
Reference in New Issue
Block a user