mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-21 05:23:58 +00:00
Merge branch 'dillon/90-e-invoice-e-1' into vapor/development
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
<div class="col-3 fs-12">{{data.created_at}}</div>
|
||||
<div class="col fs-12"><span v-html="data.description"></span>
|
||||
<!-- Allow Credit Note to be downloaded for company NOT opted in E-Invoice -->
|
||||
<a target=”_blank” v-if="[9].includes(data.type) && !data.einvoice" @click="downloadTransaction(data)"><i class="fa fa-download fs-11 m-l-5 text-secondary hover-primary"></i></a>
|
||||
<!-- <a target=”_blank” v-if="[9].includes(data.type) && !data.einvoice" @click="downloadTransaction(data)"><i class="fa fa-download fs-11 m-l-5 text-secondary hover-primary"></i></a> -->
|
||||
<!-- cief todo: 90 - E Credit Note incomplete (for company opted in E-Invoice)-->
|
||||
</div>
|
||||
<div class="col-2 text-success text-center">{{[5, 9].includes(parseFloat(data.type)) ? formatValue(data.amount) : ''}}</div>
|
||||
|
||||
Reference in New Issue
Block a user