CORE-POS / IS4C

Cooperative Operational Retail Environment
http://www.core-pos.com
GNU General Public License v2.0
63 stars 44 forks source link

fix: update correct subdept dropdown when dept value changes #1226

Closed lgedgar closed 2 months ago

lgedgar commented 2 months ago

previously the jquery selector was always finding / affecting the "first" subdept dropdown in the table. but it should find/affect the "current row" subdept dropdown instead

Refs: #1225