$productSkus */ ?>
= $this->Paginator->sort('id') ?> | = $this->Paginator->sort('product_id') ?> | = $this->Paginator->sort('sku') ?> | = $this->Paginator->sort('barcode') ?> | = $this->Paginator->sort('price') ?> | = $this->Paginator->sort('cost') ?> | = $this->Paginator->sort('created') ?> | = $this->Paginator->sort('modified') ?> | = $this->Paginator->sort('deleted') ?> | = __('Actions') ?> |
---|---|---|---|---|---|---|---|---|---|
= h($productSku->id) ?> | = h($productSku->product_id) ?> | = h($productSku->sku) ?> | = h($productSku->barcode) ?> | = $productSku->price === null ? '' : $this->Number->format($productSku->price) ?> | = $productSku->cost === null ? '' : $this->Number->format($productSku->cost) ?> | = h($productSku->created) ?> | = h($productSku->modified) ?> | = h($productSku->deleted) ?> | = $this->Html->link(__('View'), ['action' => 'view', $productSku->id]) ?> = $this->Html->link(__('Edit'), ['action' => 'edit', $productSku->id]) ?> = $this->Form->postLink(__('Delete'), ['action' => 'delete', $productSku->id], ['confirm' => __('Are you sure you want to delete # {0}?', $productSku->id)]) ?> |
= $this->Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')) ?>