Merge branch 'dillon/34.7-jenkins-vapor' into vapor/development

This commit is contained in:
Dillon Ngo
2024-10-15 16:02:32 +08:00
2 changed files with 2 additions and 2 deletions
@@ -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>