servicepopdf.php edited online with Bitbucket
This commit is contained in:
parent
28361140da
commit
22d4e1ff7a
@ -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> </div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user