()
| 296 | } |
| 297 | } |
| 298 | async function onDefineLayout() { |
| 299 | const pk = getPKFromSelection(); |
| 300 | if (pk !== null) { |
| 301 | const ok = await defineLayoutDialog(pk); |
| 302 | if (ok) { |
| 303 | await _updateTableContent(); |
| 304 | } |
| 305 | } |
| 306 | } |
| 307 | async function onJobToOrderPos(withMultipleSelection) { |
| 308 | const hPk = getPKfromModule(); |
| 309 | await jobToOrderPos( |
nothing calls this directly
no test coverage detected