<?php //debug($customers); ?>
<?php foreach($customers as $cust) {
echo $cust['Customer']['name'].",".$cust['Customer']['abn'].", \r\n";
}
?>