()
| 327 | }; |
| 328 | } |
| 329 | async function onAutoSums() { |
| 330 | if (_parentTableSelection) { |
| 331 | await autoSumsDialog( |
| 332 | _getModuleName(), |
| 333 | _parentTableSelection, |
| 334 | _staticData.lists.listPosTypesAutoSum |
| 335 | ); |
| 336 | await _updateTableContent(); |
| 337 | } |
| 338 | } |
| 339 | async function onInsertService() { |
| 340 | const hPk = getPKfromModule(); |
| 341 | const data = { |
nothing calls this directly
no test coverage detected