servicepopdf.php edited online with Bitbucket

This commit is contained in:
gandhimathi 2017-08-22 07:39:07 +00:00
parent 28361140da
commit 22d4e1ff7a

View File

@ -103,14 +103,13 @@
<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
{ {
echo '<div><b>DRAFT</b> </div>'; echo '<div><b>DRAFT</b> </div>';
}
}
?> ?>
</div> </div>
<div>&nbsp;</div> <div>&nbsp;</div>