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 style="text-align:right;">
<?php
if ($postatus == 'ST026')
{}
else
{
echo '<div><b>DRAFT</b> </div>';
}
if ($postatus == PO_RELEASED || $postatus == PO_SERVICE_COMPLETED || $postatus == MRIR_APPROVED || $postatus == MRIR_REJECTED || $postatus == IGR_CREATED)
{ }
else
{
echo '<div><b>DRAFT</b> </div>';
}
?>
</div>
<div>&nbsp;</div>