mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-26 07:53:58 +00:00
fix bill plz callback transaction status
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
<div class="col-12 col-lg-6">
|
||||
<document-file-viewer-component :file="data.documents.proforma_invoice.files[0]" v-if="data.documents.proforma_invoice">
|
||||
<template slot="button">
|
||||
<div class="text-center bg-master-lighter padding-20 pointer">
|
||||
<div class="text-center b-a b-info b-dashed b-thick padding-20 pointer m-b-10">
|
||||
<div class="m-b-10">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
|
||||
width="45" height="45"
|
||||
@@ -141,7 +141,7 @@
|
||||
</div>
|
||||
</template>
|
||||
</document-file-viewer-component>
|
||||
<button class="btn btn-xs btn-warning b-rad-none btn-block" v-if="data.documents.proforma_invoice" @click="submit(route('api.booking.proforma.create', data.id), 'post', section, true, true)">Regenerate Proforma Invoice</button>
|
||||
<button class="btn btn-xs btn-danger b-rad-none btn-block" v-if="data.documents.proforma_invoice" @click="submit(route('api.booking.proforma.create', data.id), 'post', section, true, true)">Regenerate Proforma Invoice</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -104,8 +104,8 @@
|
||||
<div class="row">
|
||||
<div class="col no-padding">
|
||||
<div class="alert alert-danger" role="alert">
|
||||
<i class="fa fa-times float-right text-danger" data-dismiss="alert"></i>
|
||||
<strong>Development: </strong>Your are currently browsing the development server
|
||||
<i class="fa fa-times float-right text-danger pointer" data-dismiss="alert"></i>
|
||||
<strong>Development: </strong>Your are currently browsing the application on a development server, it is safe to make changes here!
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user