- >
- >
- >
- >
link($shipmentInvoice['Shipment']['id'], array('controller' => 'shipments', 'action' => 'view', $shipmentInvoice['Shipment']['id'])); ?>
- >
- >
link($shipmentInvoice['Principle']['name'], array('controller' => 'principles', 'action' => 'view', $shipmentInvoice['Principle']['id'])); ?>
- >
- >
link($shipmentInvoice['Currency']['name'], array('controller' => 'currencies', 'action' => 'view', $shipmentInvoice['Currency']['id'])); ?>
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- link(__('Edit ShipmentInvoice', true), array('action' => 'edit', $shipmentInvoice['ShipmentInvoice']['id'])); ?>
- link(__('Delete ShipmentInvoice', true), array('action' => 'delete', $shipmentInvoice['ShipmentInvoice']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $shipmentInvoice['ShipmentInvoice']['id'])); ?>
- link(__('List ShipmentInvoices', true), array('action' => 'index')); ?>
- link(__('New ShipmentInvoice', true), array('action' => 'add')); ?>
- link(__('List Shipments', true), array('controller' => 'shipments', 'action' => 'index')); ?>
- link(__('New Shipment', true), array('controller' => 'shipments', 'action' => 'add')); ?>
- link(__('List Principles', true), array('controller' => 'principles', 'action' => 'index')); ?>
- link(__('New Principle', true), array('controller' => 'principles', 'action' => 'add')); ?>
- link(__('List Currencies', true), array('controller' => 'currencies', 'action' => 'index')); ?>
- link(__('New Currency', true), array('controller' => 'currencies', 'action' => 'add')); ?>