ForgotPassword, Draft for other status issue fixed in PDF
This commit is contained in:
parent
a4278a0213
commit
618e52232a
@ -93,7 +93,7 @@
|
||||
<div class="header">
|
||||
<div style="text-align:right;">
|
||||
<?php
|
||||
if ($postatus == 'ST026')
|
||||
if ($postatus == PO_RELEASED || $postatus == PO_SERVICE_COMPLETED || $postatus == MRIR_APPROVED || $postatus == MRIR_REJECTED || $postatus == IGR_CREATED)
|
||||
{}
|
||||
else
|
||||
{
|
||||
|
||||
@ -115,7 +115,7 @@
|
||||
<div class="header">
|
||||
<div style="text-align:right;">
|
||||
<?php
|
||||
if ($postatus == 'ST026')
|
||||
if ($postatus == PO_RELEASED || $postatus == PO_SERVICE_COMPLETED || $postatus == MRIR_APPROVED || $postatus == MRIR_REJECTED || $postatus == IGR_CREATED)
|
||||
{}
|
||||
else
|
||||
{
|
||||
|
||||
@ -63,7 +63,7 @@
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<a href="<?php echo base_url() ?>forgotPassword">Forgot Password</a><br>
|
||||
<!-- <a href="<?php echo base_url() ?>forgotPassword">Forgot Password</a><br> -->
|
||||
|
||||
</div><!-- /.login-box-body -->
|
||||
</div><!-- /.login-box -->
|
||||
|
||||
@ -86,7 +86,7 @@
|
||||
<div class="header">
|
||||
<div style="text-align:right;">
|
||||
<?php
|
||||
if ($postatus == 'ST026')
|
||||
if ($postatus == PO_RELEASED || $postatus == PO_SERVICE_COMPLETED || $postatus == MRIR_APPROVED || $postatus == MRIR_REJECTED || $postatus == IGR_CREATED)
|
||||
{}
|
||||
else
|
||||
{
|
||||
|
||||
@ -100,7 +100,7 @@
|
||||
<div class="header">
|
||||
<div style="text-align:right;">
|
||||
<?php
|
||||
if ($postatus == 'ST026')
|
||||
if ($postatus == PO_RELEASED || $postatus == PO_SERVICE_COMPLETED || $postatus == MRIR_APPROVED || $postatus == MRIR_REJECTED || $postatus == IGR_CREATED)
|
||||
{ }
|
||||
else
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user