|
Lines 98-104
Link Here
|
| 98 |
[% ELSIF ( QUEUED_MESSAGE.error_code == 'MISSING_SMS' ) %]Missing SMS number |
98 |
[% ELSIF ( QUEUED_MESSAGE.error_code == 'MISSING_SMS' ) %]Missing SMS number |
| 99 |
[% ELSIF ( QUEUED_MESSAGE.error_code == 'DUPLICATE_MESSAGE' ) %]Message is duplicate |
99 |
[% ELSIF ( QUEUED_MESSAGE.error_code == 'DUPLICATE_MESSAGE' ) %]Message is duplicate |
| 100 |
[% ELSIF ( QUEUED_MESSAGE.error_code == 'NO_NOTES' ) %]No notes from SMS driver |
100 |
[% ELSIF ( QUEUED_MESSAGE.error_code == 'NO_NOTES' ) %]No notes from SMS driver |
| 101 |
[% ELSE %]Error occured while sending email. |
101 |
[% ELSE %]Error occurred while sending email. |
| 102 |
[% END %] |
102 |
[% END %] |
| 103 |
[% END %] |
103 |
[% END %] |
| 104 |
</td> |
104 |
</td> |
| 105 |
- |
|
|