(callback)
| 399 | ); |
| 400 | } |
| 401 | function _buttonAutoSums(callback) { |
| 402 | return new UiButton( |
| 403 | TC.generateTotals, |
| 404 | buttons.CLASSNAME.autoSums, |
| 405 | callback, |
| 406 | "btn-img-createsubtotals" |
| 407 | ); |
| 408 | } |
| 409 | async function markPositions(data) { |
| 410 | _tableObject.clearRowAttributes(); |
| 411 | if (data !== null && data.jpos_postype === POSITIONTYPES.SUBTOTAL) { |
no outgoing calls
no test coverage detected