Skip to content

Commit

Permalink
actions zmi: fixed typo (rbz)
Browse files Browse the repository at this point in the history
  • Loading branch information
drfho committed Nov 21, 2023
1 parent 45da248 commit 3a7ddc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Products/zms/ZMSFilterManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ def manage_changeProcess(self, lang, btn='', key='', REQUEST=None, RESPONSE=None
# Change.
# -------
if btn == 'BTN_SAVE':
newId = REQUEST.get('inindex').strip()
newId = REQUEST.get('inpId').strip()
newAcquired = 0
newName = REQUEST.get('inpName').strip()
newType = REQUEST.get('inpType').strip()
Expand Down

0 comments on commit 3a7ddc0

Please sign in to comment.