From ecc7ae398c47f13182adad70d6209b3297341e76 Mon Sep 17 00:00:00 2001 From: Carlos Jimenez Ruiz Date: Thu, 10 Sep 2020 14:32:44 +0200 Subject: [PATCH] column order --- modules/entry/front/latest-buys/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/entry/front/latest-buys/index.html b/modules/entry/front/latest-buys/index.html index ea00b51b8..b7912a6da 100644 --- a/modules/entry/front/latest-buys/index.html +++ b/modules/entry/front/latest-buys/index.html @@ -33,6 +33,7 @@ Id Packing Grouping + Quantity Description Size Type @@ -42,7 +43,6 @@ Active Family Entry - Quantity Buying value Freight value Commission value @@ -90,6 +90,7 @@ {{::buy.grouping | dashIfEmpty}} + {{::buy.quantity}} {{::buy.description | dashIfEmpty}} @@ -116,7 +117,6 @@ {{::buy.entryFk}} - {{::buy.quantity}} {{::buy.buyingValue | currency: 'EUR':2}} {{::buy.freightValue | currency: 'EUR':2}} {{::buy.comissionValue | currency: 'EUR':2}}