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