first commit
This commit is contained in:
10
apps/backend/modules/stOrder/templates/_pointsStatus.php
Normal file
10
apps/backend/modules/stOrder/templates/_pointsStatus.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
if($points_status == 1){
|
||||
echo __("tak");
|
||||
}elseif($points_earn>0){
|
||||
echo __("nie")." ".st_link_to(__("(rozlicz)"),"stPointsBackend/addPointsForOrder?id=".$order_id);
|
||||
}else{
|
||||
echo "-";
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user