Skip to content

Commit

Permalink
Use correct message when confirming closing of order part
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshp committed May 24, 2019
1 parent eb4ef61 commit 759a9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screen/SimpleScreens/Order/OrderDetail.xml
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ along with this software (see the LICENSE.md file). If not, see
confirmation="Really create return for this order part?"
parameter-map="[orderId:orderId, orderPartSeqId:orderPart.orderPartSeqId]"/>
<link url="cancelOrderPart" text="Close Part" link-type="hidden-form" btn-type="warning"
confirmation="OrderDetailConfirmCloseOrder"
confirmation="OrderDetailConfirmClosePart"
condition="orderPartInfo.orderPart.statusId in ['OrderOpen', 'OrderPlaced', 'OrderProcessing', 'OrderApproved', 'OrderHold']"/>

<label text="Warning: both vendor and customer are internal organizations" style="text-danger" type="p"
Expand Down

0 comments on commit 759a9d7

Please sign in to comment.