revenue purchase order bugs fixed

This commit is contained in:
vadivel J 2024-09-26 15:19:04 +05:30
parent e7bb513f03
commit 0d0a4a37df
2 changed files with 445 additions and 387 deletions

View File

@ -1168,8 +1168,8 @@ if (!empty($getlogpodtl)) {
<div class="form-group col-md-3" align="left">
<label>Select File</label>
<input type="file" class="form-control" name="POFile" id="POFile">
<label>Select Purchase Order File</label>
<input type="file" class="" name="POFile" id="POFile">
<?php if ($PrePOFile) { ?>
<label><a title="previously uploaded PO File" href="<?php echo base_url() . 'public/uploads/POfiles/' . $PrePOFile ?>"><span>previously uploaded - </span><small><?= $PrePOFile; ?></small></a></label>
<?php } ?>

File diff suppressed because it is too large Load Diff