add tax exempt in user admin manager
Showing
1 changed file
with
4 additions
and
0 deletions
| ... | @@ -223,6 +223,10 @@ unset($rc, $roles['administrator']); | ... | @@ -223,6 +223,10 @@ unset($rc, $roles['administrator']); |
| 223 | <td width="20"><input type="checkbox" id="status_educational" name="special_status[]" value="status_educational" <?php search_special_status('status_educational');?> /></td> | 223 | <td width="20"><input type="checkbox" id="status_educational" name="special_status[]" value="status_educational" <?php search_special_status('status_educational');?> /></td> |
| 224 | <td><label for="status_educational">Educational status</label></td> | 224 | <td><label for="status_educational">Educational status</label></td> |
| 225 | </tr> | 225 | </tr> |
| 226 | <tr> | ||
| 227 | <td width="20"><input type="checkbox" id="tax_exempt" name="special_status[]" value="tax_exempt" <?php search_special_status('tax_exempt');?> /></td> | ||
| 228 | <td><label for="tax_exempt">Tax Exemption</label></td> | ||
| 229 | </tr> | ||
| 226 | </tbody> | 230 | </tbody> |
| 227 | </table> | 231 | </table> |
| 228 | <div style="clear:both;"></div> | 232 | <div style="clear:both;"></div> | ... | ... |
-
Please register or sign in to post a comment