ForgotPassword, Draft for other status issue fixed in PDF

This commit is contained in:
gandhimathi Bharathirajan 2017-08-16 22:25:36 +05:30
parent a4278a0213
commit 618e52232a
5 changed files with 5 additions and 5 deletions

View File

@ -93,7 +93,7 @@
<div class="header"> <div class="header">
<div style="text-align:right;"> <div style="text-align:right;">
<?php <?php
if ($postatus == 'ST026') if ($postatus == PO_RELEASED || $postatus == PO_SERVICE_COMPLETED || $postatus == MRIR_APPROVED || $postatus == MRIR_REJECTED || $postatus == IGR_CREATED)
{} {}
else else
{ {

View File

@ -115,7 +115,7 @@
<div class="header"> <div class="header">
<div style="text-align:right;"> <div style="text-align:right;">
<?php <?php
if ($postatus == 'ST026') if ($postatus == PO_RELEASED || $postatus == PO_SERVICE_COMPLETED || $postatus == MRIR_APPROVED || $postatus == MRIR_REJECTED || $postatus == IGR_CREATED)
{} {}
else else
{ {

View File

@ -63,7 +63,7 @@
</div> </div>
</form> </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-body -->
</div><!-- /.login-box --> </div><!-- /.login-box -->

View File

@ -86,7 +86,7 @@
<div class="header"> <div class="header">
<div style="text-align:right;"> <div style="text-align:right;">
<?php <?php
if ($postatus == 'ST026') if ($postatus == PO_RELEASED || $postatus == PO_SERVICE_COMPLETED || $postatus == MRIR_APPROVED || $postatus == MRIR_REJECTED || $postatus == IGR_CREATED)
{} {}
else else
{ {

View File

@ -100,7 +100,7 @@
<div class="header"> <div class="header">
<div style="text-align:right;"> <div style="text-align:right;">
<?php <?php
if ($postatus == 'ST026') if ($postatus == PO_RELEASED || $postatus == PO_SERVICE_COMPLETED || $postatus == MRIR_APPROVED || $postatus == MRIR_REJECTED || $postatus == IGR_CREATED)
{ } { }
else else
{ {