1 line
230 B
PHP
1 line
230 B
PHP
<?php echo $order->getInvoice() ? st_get_admin_button('add', __("wystaw"), "stInvoiceBackend/makeConfirmInvoice?id=".$order->getInvoice()->getId()."&type=".$order->getInvoice()->getType(), array('size' => 'small')) : __("Nie"); ?>
|