supplier account - access
This commit is contained in:
parent
0e9d05fd6a
commit
4b4b2e068b
@ -1031,7 +1031,7 @@ function viewIGRDetails()
|
|||||||
$readable_field = isset($field_labels[$field_name]) ? $field_labels[$field_name] : $field_name;
|
$readable_field = isset($field_labels[$field_name]) ? $field_labels[$field_name] : $field_name;
|
||||||
|
|
||||||
if(intval($history[$j]->is_add) === 1) {
|
if(intval($history[$j]->is_add) === 1) {
|
||||||
$history_content .= $history[$j]->IGR_No . " was Created by " . $history[$j]->FullName . " on " . $history[$j]->indian_date . " at " . $history[$j]->indian_time . " </br></br>";
|
// $history_content .= $history[$j]->IGR_No . " was Created by " . $history[$j]->FullName . " on " . $history[$j]->indian_date . " at " . $history[$j]->indian_time . " </br></br>";
|
||||||
|
|
||||||
if ($history[$j]->field === "IGRStatus") {
|
if ($history[$j]->field === "IGRStatus") {
|
||||||
$str1 = $history[$j]->new_data;
|
$str1 = $history[$j]->new_data;
|
||||||
|
|||||||
@ -498,7 +498,7 @@ if (!empty($supplier)) {
|
|||||||
<button type="button" class="btn btn-secondary" onclick="history.back()">
|
<button type="button" class="btn btn-secondary" onclick="history.back()">
|
||||||
<span class="bold">Cancel</span>
|
<span class="bold">Cancel</span>
|
||||||
</button>
|
</button>
|
||||||
<button type="button" id="updateSupplierBtnId" class="btn btn-info pull-right auditor-restricted-btn">Submit</button>
|
<button type="button" id="updateSupplierBtnId" class="btn btn-info pull-right">Submit</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -61,7 +61,7 @@
|
|||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<div class="page-title-box page-title-box-alt">
|
<div class="page-title-box page-title-box-alt">
|
||||||
<h4 class="page-title">Supplier Listing</h4>
|
<h4 class="page-title">Supplier Listing</h4>
|
||||||
<a class="btn btn-success auditor-restricted" href="<?php echo base_url(); ?>addsupplier">Add New Supplier</a>
|
<a class="btn btn-success" href="<?php echo base_url(); ?>addsupplier">Add New Supplier</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -164,7 +164,6 @@
|
|||||||
|
|
||||||
<a style="cursor:pointer;" data-toggle="tooltip"
|
<a style="cursor:pointer;" data-toggle="tooltip"
|
||||||
title="<?= $record->SupplierID ?> - Click here to delete Supplier details"
|
title="<?= $record->SupplierID ?> - Click here to delete Supplier details"
|
||||||
class="auditor-restricted-btn"
|
|
||||||
onclick="deletesupplier('<?php echo $record->SupplierID; ?>')"><i
|
onclick="deletesupplier('<?php echo $record->SupplierID; ?>')"><i
|
||||||
class="fa fa-trash"
|
class="fa fa-trash"
|
||||||
style="color:#02a8b5;"></i>
|
style="color:#02a8b5;"></i>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user