cmc-sales/php/app/views/addresses/remove_another.ctp

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');
}
?>