first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php $response = stConfig::getInstance('stInvoiceBackend')->get('ifirma_last_response', null);?>
|
||||
<?php if (!empty($response)):?>
|
||||
<?php $response = json_decode($response, true);?>
|
||||
<i><?php echo $response['response']['Informacja'];?></i>
|
||||
<?php else:?>
|
||||
-
|
||||
<?php endif;?>
|
||||
Reference in New Issue
Block a user