This commit is contained in:
James Cole 2019-08-02 16:44:48 +02:00
parent 3ad4e04e2a
commit 692b256f3f
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -124,7 +124,7 @@ class CreateController extends Controller
*/
public function createFromBill(Request $request, Bill $bill)
{
$request->session()->flash('info', (string)trans('firefly.instructions_rule_from_bill', ['name' => $bill->name]));
$request->session()->flash('info', (string)trans('firefly.instructions_rule_from_bill', ['name' => e($bill->name)]));
$this->createDefaultRuleGroup();
$this->createDefaultRule();