(withMultipleSelection)
| 305 | } |
| 306 | } |
| 307 | async function onJobToOrderPos(withMultipleSelection) { |
| 308 | const hPk = getPKfromModule(); |
| 309 | await jobToOrderPos( |
| 310 | hPk.orderId, |
| 311 | _tableObject.getSelection(), |
| 312 | withMultipleSelection |
| 313 | ); |
| 314 | await _updateTableContent(); |
| 315 | } |
| 316 | function onStatusChange() { |
| 317 | const selection = _tableObject.getSelection(); |
| 318 | const hPk = getPKfromModule(); |
nothing calls this directly
no test coverage detected