mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
added link to customer profile from booking component
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<div class="col" v-if="$store.getters.isAdmin">
|
||||
<div class="font-heading fs-10 muted all-caps">Marking</div>
|
||||
<div class="font-heading fs-12">
|
||||
<a :href="route('customer.profile', item.company.id)"></a>{{this.item.company.reference}}
|
||||
<a :href="route('customer.profile', item.company.id)">{{this.item.company.reference}}</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
|
||||
Reference in New Issue
Block a user