このコミットが含まれているのは:
テクニカル諏訪子 2018-05-04 21:48:14 +09:00
コミット bdc4fda7e0
1個のファイルの変更3行の追加1行の削除

ファイルの表示

@ -198,7 +198,9 @@ class InvoiceController extends Controller {
'bank_recipient' => $request->bank_recipient,
'logo' => ($request->logo ? $request->logo : ''),
'payterm' => $request->payterm,
'date_format' => $request->date_format
'date_format' => $request->date_format,
'comment1' => $request->comment1,
'comment2' => $request->comment2
]);
}
}