Skip to content

Commit

Permalink
location transfer front: show line picking
Browse files Browse the repository at this point in the history
  • Loading branch information
simahawk committed Jul 17, 2020
1 parent 14009f6 commit 59bb1c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export var LocationContentTransfer = Vue.component("location-content-transfer",
<item-detail-card
:key="make_state_component_key(['detail-move-line-product', rec.id])"
:record="rec"
:options="utils.misc.move_line_product_detail_options()"
:options="utils.misc.move_line_product_detail_options(rec, {fields: [{path: 'picking.name', label: 'Picking'}]})"
:card_color="utils.colors.color_for(state_is('scan_destination') ? 'screen_step_done': 'screen_step_todo')"
/>
Expand Down

0 comments on commit 59bb1c1

Please sign in to comment.