= h($childDeAccounts->id) ?> |
= h($childDeAccounts->account_number) ?> |
= h($childDeAccounts->parent_id) ?> |
= h($childDeAccounts->lft) ?> |
= h($childDeAccounts->rght) ?> |
= h($childDeAccounts->account_type_code) ?> |
= h($childDeAccounts->name) ?> |
= h($childDeAccounts->account_limit) ?> |
= h($childDeAccounts->can_credit) ?> |
= h($childDeAccounts->can_debit) ?> |
= $this->Html->link(__('View'), ['controller' => 'DeAccounts', 'action' => 'view', $childDeAccounts->id]) ?>
= $this->Html->link(__('Edit'), ['controller' => 'DeAccounts', 'action' => 'edit', $childDeAccounts->id]) ?>
= $this->Form->postLink(__('Delete'), ['controller' => 'DeAccounts', 'action' => 'delete', $childDeAccounts->id], ['confirm' => __('Are you sure you want to delete # {0}?', $childDeAccounts->id)]) ?>
|