first commit
This commit is contained in:
10
apps/backend/modules/stOrder/templates/_is_payed.php
Normal file
10
apps/backend/modules/stOrder/templates/_is_payed.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* @var Order $order
|
||||
*/
|
||||
echo $order->getIsPayed() ? st_admin_get_icon('check-circle') : ' ';
|
||||
|
||||
if ($order->getIsPayed() && !$order->hasValidPayment())
|
||||
{
|
||||
echo st_admin_get_icon('warning', array('title' => __('Status płatności został zmieniony bezpośrednio w bazie danych', null, 'stPayment')));
|
||||
}
|
||||
Reference in New Issue
Block a user