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