mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-19 04:24:08 +00:00
multiple po and invoice fix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user