3591-feat(order_summary): change salesPersonFk for clientFk #874

Merged
carlosjr merged 1 commits from 3591-order_summary into dev 2022-02-10 08:29:46 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
</a>
<span>
<span translate>Basket</span> #{{$ctrl.summary.id}} - {{$ctrl.summary.client.name}}
({{$ctrl.summary.client.salesPersonFk}})
({{$ctrl.summary.client.id}})
</span>
<vn-button
disabled="$ctrl.order.isConfirmed"