From 8ae0a51c85eacf17ca84e71b954b221b70b2b657 Mon Sep 17 00:00:00 2001
From: Martin Renvoize <martin.renvoize@ptfs-europe.com>
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.
---
 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 58669f6fbd..6a5d8a8bcf 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.20.1