()
| 337 | } |
| 338 | } |
| 339 | async function onInsertService() { |
| 340 | const hPk = getPKfromModule(); |
| 341 | const data = { |
| 342 | ciBookId: hPk.ciBookId, |
| 343 | ciHeaderId: hPk.ciHeaderId |
| 344 | }; |
| 345 | const ok = await insertServiceDialog(data); |
| 346 | if (ok) { |
| 347 | await _updateTableContent(); |
| 348 | } |
| 349 | } |
| 350 | function _buttonConnectPosition(callback) { |
| 351 | return new UiButton( |
| 352 | TC.connectSIPosButtonText, |
nothing calls this directly
no test coverage detected