Reference field in Vendors/Customers

This commit is contained in:
Batuhan Baş
2018-09-26 18:05:54 +03:00
parent 5cc1c03b25
commit f1eafda755
10 changed files with 83 additions and 2 deletions

View File

@@ -39,6 +39,11 @@
<li class="list-group-item">
<b>{{ trans('general.tax_number') }}</b> <a class="pull-right">{{ $customer->tax_number }}</a>
</li>
@if ($customer->refence)
<li class="list-group-item">
<b>{{ trans('general.reference') }}</b> <a class="pull-right">{{ $customer->refence }}</a>
</li>
@endif
</ul>
</div>
<!-- /.box-body -->