From ef281bb663eff16b4e8cbbee46034b5f9d316c0b Mon Sep 17 00:00:00 2001 From: alexm Date: Wed, 9 Feb 2022 12:39:08 +0100 Subject: [PATCH] feat(order_summary): change salesPersonFk for clientFk --- modules/order/front/summary/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/order/front/summary/index.html b/modules/order/front/summary/index.html index b4562c317..2813aeb9b 100644 --- a/modules/order/front/summary/index.html +++ b/modules/order/front/summary/index.html @@ -8,7 +8,7 @@ Basket #{{$ctrl.summary.id}} - {{$ctrl.summary.client.name}} - ({{$ctrl.summary.client.salesPersonFk}}) + ({{$ctrl.summary.client.id}})