| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 | | Quintiq file version 2.0 |  | #parent: #root |  | Method SetAttributesAfterOnApplyData () id:Method_DialogCreateEditTrip_SetAttributesAfterOnApplyData |  | { |  |   #keys: '[113694.0.1578843548]' |  |   Body: |  |   [* |  |     // Update data for commit/update |  |      |  |     data := Dialog.Data(); |  |      |  |     arrival := Trip::GetTripArrivalDate( SelectionPeriodArrival.Data().Period_MP(), SelectionLaneLeg.Data() ); |  |     data.Arrival( arrival ); // The attribute will take period end date |  |   *] |  | } | 
 |