Skip to content

Commit

Permalink
Remove good tags field from hid.Hydra
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed May 27, 2019
1 parent bbc4212 commit b77eb43
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/org/camunda/latera/bss/connectors/hid/hydra/Good.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ trait Good {
if (params.isCustomer != null) {
where.c_fl_customer_equipment = Oracle.encodeBool(params.isCustomer)
}
if (params.tags) {
where.t_tags = params.tags
}
return hid.getTableData(getGoodsTable(), where: where)
}

Expand Down

0 comments on commit b77eb43

Please sign in to comment.