From 400f929ed71fa63cdbf79b51bda16ff5292f505f Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 18 Feb 2022 14:38:40 +0000 Subject: [PATCH] Bug 30130: (follow-up) Set BiC for 'Ulverscroft' The 'Ulverscroft' supplier is also a BiC follower, this patch adds their SAN, 5013546031839, to the DB update. Signed-off-by: Katrin Fischer --- installer/data/mysql/atomicupdate/bug_30130.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/bug_30130.pl b/installer/data/mysql/atomicupdate/bug_30130.pl index 7dfd3dce17..99f067cf99 100644 --- a/installer/data/mysql/atomicupdate/bug_30130.pl +++ b/installer/data/mysql/atomicupdate/bug_30130.pl @@ -12,7 +12,7 @@ return { }); $dbh->do(q{ - UPDATE vendor_edi_accounts SET standard = 'BIC' WHERE san IN ( '5013546025065', '9377779308820' ) + UPDATE vendor_edi_accounts SET standard = 'BIC' WHERE san IN ( '5013546025065', '9377779308820', '5013546031839' ) }); } }, -- 2.30.2