changes in purchase model
This commit is contained in:
parent
732a2f325e
commit
a0c54937cb
@ -2642,7 +2642,10 @@ if (!empty($getlogpodtl)) {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php if ($PrePOFile) { ?>
|
||||
<?php if (!empty($PrePOFile)) {
|
||||
$PrePOFilePath = FCPATH .'public/uploads/POfiles/'.$PrePOFile;
|
||||
if (file_exists($PrePOFilePath)) { ?>
|
||||
|
||||
<div class="form-row">
|
||||
<div class="form-group col-md-12" id="deletePreviousPurchaseOrderFileDiv" align="left"><br />
|
||||
|
||||
@ -2660,6 +2663,9 @@ if (!empty($getlogpodtl)) {
|
||||
<?php } ?>
|
||||
|
||||
|
||||
<?php } ?>
|
||||
|
||||
|
||||
<div class="form-row">
|
||||
<div class="form-group col-md-12" align="left"><br />
|
||||
<div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user