CSV modified

This commit is contained in:
Karl Cordes 2010-06-24 12:23:22 +10:00
parent da2f4b981c
commit bf45f7be1e

View file

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