Remove default table C_Order hardcoded from list workdlows (#429)
parent
a95cfdef1e
commit
8779ff2441
|
@ -74,7 +74,7 @@ const contextMenu = {
|
|||
* @param {string} recordUuid
|
||||
*/
|
||||
listDocumentActionStatus({ commit }, {
|
||||
tableName = 'C_Order',
|
||||
tableName,
|
||||
recordId,
|
||||
recordUuid,
|
||||
documentAction,
|
||||
|
|
Loading…
Reference in New Issue