| @@ -320,7 +320,7 @@ class DealerClaimController extends Controller | |||
| (int)$num += 1; | |||
| //add 0s at the fornt if number to complete 9 digit | |||
| //add 0s at the front if number to complete 9 digit | |||
| if ((strlen((string) $num)) == 2) { | |||
| $num = '0000000' . $num; | |||
| } elseif ((strlen((string)$num)) == 3) { | |||
| @@ -207,6 +207,14 @@ | |||
| </td> | |||
| </tr> | |||
| @endif | |||
| @if ($form->PackageDetail->contract == '24' && $form->PackageDetail->name == '1' && $form->Subscriber->city == 'CYBERJAYA' ) | |||
| <tr> | |||
| <td colspan="2" style="padding:10px 15px" width="50%" valign="middle" align="center" bgcolor="#eee"> | |||
| <b>Promotion</b> | |||
| <p>City Broadband Business Cyberjaya 1Gbps@RM999 Promotion</p> | |||
| </td> | |||
| </tr> | |||
| @endif | |||
| <tr> | |||
| <td colspan="1" style="padding:10px 15px" width="50%" valign="middle" align="center" bgcolor="#eee"> | |||
| <b> Business Voice Plan</b> | |||