This commit is contained in:
James Cole
2018-05-26 07:53:32 +02:00
parent 664451d0c6
commit 551ff109c9
2 changed files with 6 additions and 1 deletions

View File

@@ -164,6 +164,7 @@ class BillController extends Controller
$preFilled = [
'notes' => $this->billRepository->getNoteText($bill),
'transaction_currency_id' => $bill->transaction_currency_id,
'active' => $bill->active,
];
$request->session()->flash('preFilled', $preFilled);