|
|
element('isEmptyDate', array('date'=>$shipment['Shipment']['date_dispatched']));
?>
|
|
=$html->link($job['title'], array('controller'=>'jobs', 'action'=>'view', $job['id']));?>
|
|
=$box['length']?>x=$box['width']?>x=$box['height']?>
$weightString .= $box['weight'].' kg ';
$totalWeight += $box['weight']; ?>
|
$boxCount = $shipment['Shipment']['box_count'];
if($boxCount > 1) {
echo $weightString;
echo ' ';
}?>
if($boxCount != 0): ?>
=$totalWeight;?> kg |
endif;?>
link($shipment['FreightForwarder']['name'], array('controller' => 'freight_forwarders', 'action' => 'view', $shipment['FreightForwarder']['id'])); ?>
|
|
|
|