Tick if okay Xcross if defective

hello developers i have an issues when trying to tick if okay tick if defective x when i click first rown i cannot tick second row tick applies only on one row

Hi @Mohamud

Send us a pic of the child table doctype

Check boxes in child tables have an annoying “feature“. The row needs focus before checking the box, or you have to click twice.

What happens if you click the pencil icon and check the box?

This is a custom app. If you can’t check more than one row, you should file a bug report with the developer.

Sometimes the child table acts a bit moody if the row selection doesn’t update. I’ve had luck forcing a refresh with a small script that calls frm.refresh_field on that child table right after clicking. It’s a bit of a band-aid, but it keeps the checkboxes from sticking to just one row while waiting on a proper fix.