ソースを参照

fix biz address

ifah
コミット
e79f953742
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      resources/views/pdf/newBusiness-pdf.blade.php

+ 1
- 1
resources/views/pdf/newBusiness-pdf.blade.php ファイルの表示

@@ -199,7 +199,7 @@
<tr><td colspan="2" height="10"></td></tr>
<tr>
<td width="28%" style="font-size: 11px;">Address</td>
@if(!empty($form->building_name))
@if($form->building_name != null)
<td width="72%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{$form->building_name}} , {{ $form->street }}</td>
@else
<td width="72%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{ $form->street }}</td>

読み込み中…
キャンセル
保存