changes in purchase model
This commit is contained in:
parent
732a2f325e
commit
a0c54937cb
@ -2642,20 +2642,26 @@ if (!empty($getlogpodtl)) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php if ($PrePOFile) { ?>
|
<?php if (!empty($PrePOFile)) {
|
||||||
<div class="form-row">
|
$PrePOFilePath = FCPATH .'public/uploads/POfiles/'.$PrePOFile;
|
||||||
<div class="form-group col-md-12" id="deletePreviousPurchaseOrderFileDiv" align="left"><br />
|
if (file_exists($PrePOFilePath)) { ?>
|
||||||
|
|
||||||
<label><a title="previously uploaded PO File"
|
<div class="form-row">
|
||||||
href="<?php echo base_url() . 'public/uploads/POfiles/' . $PrePOFile ?>">
|
<div class="form-group col-md-12" id="deletePreviousPurchaseOrderFileDiv" align="left"><br />
|
||||||
<span>previously uploaded purchase order file- </span>
|
|
||||||
<small><?= $PrePOFile; ?></small></a></label>
|
<label><a title="previously uploaded PO File"
|
||||||
|
href="<?php echo base_url() . 'public/uploads/POfiles/' . $PrePOFile ?>">
|
||||||
<button class="btn btn-danger btn-sm " id="deletePreviousPurchaseOrderFile">Delete </button>
|
<span>previously uploaded purchase order file- </span>
|
||||||
|
<small><?= $PrePOFile; ?></small></a></label>
|
||||||
|
|
||||||
|
<button class="btn btn-danger btn-sm " id="deletePreviousPurchaseOrderFile">Delete </button>
|
||||||
|
|
||||||
|
<input type="hidden" id="PrePOFile" name="PrePOFile" value="<?php echo $PrePOFile; ?>" /><br>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<?php } ?>
|
||||||
|
|
||||||
<input type="hidden" id="PrePOFile" name="PrePOFile" value="<?php echo $PrePOFile; ?>" /><br>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user