mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-22 14:04:01 +00:00
Merge branch 'dillon/34.7-jenkins-vapor' into vapor/development
This commit is contained in:
@@ -17,7 +17,7 @@ class BookingForTransactionUrgentResource extends JsonResource
|
||||
{
|
||||
return [
|
||||
'id' => $this->id,
|
||||
'company' => new CompanyResource($this->company),
|
||||
'company_reference' => $this->company->reference, //new CompanyResource($this->company)
|
||||
'bank' => new BankResource($this->bank),
|
||||
'service' => new ServiceTypeResource($this->service),
|
||||
'marking' => $this->marking,
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<p><span class="text-primary">{{item.recipient_bank_account.type === 3 ? item.recipient_bank_account.account_no : item.recipient_bank_account.account_no.replace(/[^\dA-Z]/g, '').replace(/(.{4})/g, '$1 ').trim()}}</span></p>
|
||||
</td>
|
||||
<td class="v-align-middle">
|
||||
<p>{{item.booking.company.reference}}</p>
|
||||
<p>{{item.booking.company_reference}}</p>
|
||||
</td>
|
||||
<td class="v-align-middle">
|
||||
<p>{{(Math.round((item.original_amount + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}</p>
|
||||
|
||||
Reference in New Issue
Block a user