cmc-sales/views/customers/complete_customer.ctp
2010-02-19 16:38:43 +11:00

6 lines
67 B
PHP
Executable file

<?
if(isset($customers_json)) {
echo $customers_json;
}
?>