cmc-sales/app/views/addresses/remove_another.ctp
2013-03-23 16:25:52 +11:00

8 lines
230 B
PHP
Executable file

<?
if($increment == 0) {
echo $ajax->link('Add an Address to this New Customer', array('controller' => 'addresses', 'action' => 'add_another',0), array('update'=>'addresses0'));
echo $html->image('address-book-new.png');
}
?>