multiple po and invoice fix

This commit is contained in:
Omair Saleh
2019-05-03 11:55:13 +08:00
parent 5d8afb8722
commit 1b0648c1af
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -316,7 +316,7 @@ class BookingController extends Controller
$china_bankslip = $booking->chinaBankSlip()->get();
//temporary block
if($booking->created_at > Carbon::parse('2019-03-18 13:30:00')){
if($booking->created_at < Carbon::parse('2019-03-18 13:30:00')){
$china_bankslip = null;
}
@@ -23,7 +23,7 @@
<el-col :span="12" align="center">
<div v-for="po in booking_details.user_po_path" :key='po'>
<a target="_blank" :href="getURL(po)">
<img v-if="isImage(po)" v-bind:src="po" class="image">
<img v-if="isImage(po)" v-bind:src="po" class="image" style="max-width: 100%">
<p v-else>Download</p>
<br/>
</a>