| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 | | Quintiq file version 2.0 |  | #parent: #root |  | Method AutoFixPartialPropagateBug () as Boolean |  | { |  |   Description: |  |   [* |  |     We have identified a bug in partial propagation. This happens in very specific circumstances which are not yet comepletely known to us. |  |     Therefore we would like to get more information from our users. |  |     If you ever are asked to extend this method, please contact support or the core tech optimization team and let them know that this happened. |  |   *] |  |   TextBody: |  |   [* |  |     // Before changing the value to true, please contact support or the core tech optimization team and let them know that the error happened again. |  |      |  |     return false; |  |   *] |  |   InterfaceProperties { Accessibility: 'Extensible' } |  | } | 
 |