From 05f3b603b8eac97d9592b8c1b77449f7b65fae68 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 20 Dec 2016 11:11:05 +0200 Subject: [PATCH] -Print fix --- views/order/print.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/order/print.php b/views/order/print.php index 3f69a56..c973f91 100755 --- a/views/order/print.php +++ b/views/order/print.php @@ -152,7 +152,7 @@ use yii\widgets\DetailView;
getAttributeLabel('total').': '.\Yii::$app->formatter->asDecimal($order->total); ?> грн.
-
getAttributeLabel('delivery_cost').': '.\Yii::$app->formatter->asDecimal($order->delivery_cost); ?>
+
getAttributeLabel('delivery_cost').': '.\Yii::$app->formatter->asText($order->delivery_cost); ?>
-- libgit2 0.21.4