changes in editrevenueamendPO
This commit is contained in:
parent
22e041b55e
commit
6bc7b68f11
@ -140,3 +140,9 @@ ERROR - 2017-10-04 14:52:36 --> Severity: Notice --> Undefined property: stdCla
|
||||
ERROR - 2017-10-04 14:52:51 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /opt/lampp/htdocs/4oct/siddharth_application222/system/database/drivers/mysqli/mysqli_result.php 38
|
||||
ERROR - 2017-10-04 14:52:54 --> Severity: Warning --> DOMXPath::query(): Invalid expression /opt/lampp/htdocs/4oct/siddharth_application222/application/third_party/dompdf/include/stylesheet.cls.php 697
|
||||
ERROR - 2017-10-04 14:52:54 --> Severity: Warning --> DOMXPath::query(): Invalid expression /opt/lampp/htdocs/4oct/siddharth_application222/application/third_party/dompdf/include/stylesheet.cls.php 697
|
||||
ERROR - 2017-10-04 14:58:46 --> Severity: Warning --> DOMXPath::query(): Invalid expression /opt/lampp/htdocs/4oct/siddharth_application222/application/third_party/dompdf/include/stylesheet.cls.php 697
|
||||
ERROR - 2017-10-04 14:58:46 --> Severity: Warning --> DOMXPath::query(): Invalid expression /opt/lampp/htdocs/4oct/siddharth_application222/application/third_party/dompdf/include/stylesheet.cls.php 697
|
||||
ERROR - 2017-10-04 14:58:47 --> Severity: Warning --> DOMXPath::query(): Invalid expression /opt/lampp/htdocs/4oct/siddharth_application222/application/third_party/dompdf/include/stylesheet.cls.php 697
|
||||
ERROR - 2017-10-04 14:58:47 --> Severity: Warning --> DOMXPath::query(): Invalid expression /opt/lampp/htdocs/4oct/siddharth_application222/application/third_party/dompdf/include/stylesheet.cls.php 697
|
||||
ERROR - 2017-10-04 14:58:50 --> Severity: Warning --> DOMXPath::query(): Invalid expression /opt/lampp/htdocs/4oct/siddharth_application222/application/third_party/dompdf/include/stylesheet.cls.php 697
|
||||
ERROR - 2017-10-04 14:58:50 --> Severity: Warning --> DOMXPath::query(): Invalid expression /opt/lampp/htdocs/4oct/siddharth_application222/application/third_party/dompdf/include/stylesheet.cls.php 697
|
||||
|
||||
@ -1 +1 @@
|
||||
<span style='color: #900'>20,480 KB</span> <span style='color: #090'>551.9879 ms</span><br />
|
||||
<span style='color: #900'>18,432 KB</span> <span style='color: #090'>443.4071 ms</span><br />
|
||||
@ -1143,14 +1143,14 @@ function calculateEditTaxValue()
|
||||
if(!empty($PoTypeOptions))
|
||||
{
|
||||
foreach ($PoTypeOptions as $POpt):
|
||||
|
||||
if($revenuesubtype==$POpt->ConfigValue){
|
||||
|
||||
$optionsPO[$POpt->ConfigValue] = $POpt->ConfigValue;
|
||||
|
||||
}
|
||||
endforeach;
|
||||
}
|
||||
|
||||
echo form_dropdown('PoTypeOptions', $optionsPO,$revenuesubtype,set_value('PoTypeOptions'),'id="PoTypeOptions"' ,'required="true"' ,'class="form-control');
|
||||
echo form_dropdown('PoTypeOptions', $optionsPO,set_value('PoTypeOptions'),'id="PoTypeOptions"' ,'required="true"' ,'class="form-control');
|
||||
|
||||
|
||||
?>
|
||||
@ -2600,4 +2600,4 @@ $('#insurancestatus').change(function(){
|
||||
$("#insurancenodiv").show();}
|
||||
|
||||
});
|
||||
</script>
|
||||
</script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user