]> git.koha-community.org Git - koha.git/commit
Bug 37508: (QA follow-up) Move sth error check up
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 13 Aug 2024 04:08:44 +0000 (01:08 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 13 Aug 2024 14:54:05 +0000 (11:54 -0300)
commit583ca999b3ae9b9d92e108073ef8494169953553
tree8838ccc22b360758131170c68d25863a3c97c22e
parentb44b30c09dc25a5fb0214fc41912f3b1fb30024b
Bug 37508: (QA follow-up) Move sth error check up

This patch moves the error check right before the ->check_columns call.
This is how main and 24.05 behave. 23.11 doesn't have bug 35907
backported so things are not exactly the same. With this patch tests
pass and the only difference in behavior is logging.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Reports/Guided.pm