Remove default table C_Order hardcoded from list workdlows (#429)

pull/3759/head
Yamel Senih 2020-04-02 23:17:51 -04:00 committed by GitHub
parent a95cfdef1e
commit 8779ff2441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ const contextMenu = {
* @param {string} recordUuid
*/
listDocumentActionStatus({ commit }, {
tableName = 'C_Order',
tableName,
recordId,
recordUuid,
documentAction,