feat(order_summary): change salesPersonFk for clientFk
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2022-02-09 12:39:08 +01:00
parent db0fe766b0
commit ef281bb663
1 changed files with 1 additions and 1 deletions

View File

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