From 8d5cfb096720a0ff056179f5e6de9fda66b5feb9 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 2 May 2019 12:33:15 +0100 Subject: [PATCH] Bug 22761: (QA follow-up) Add description to DB update Signed-off-by: Martin Renvoize --- installer/data/mysql/atomicupdate/bug_22761.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/bug_22761.perl b/installer/data/mysql/atomicupdate/bug_22761.perl index ac313c23ee..a8caa88e03 100644 --- a/installer/data/mysql/atomicupdate/bug_22761.perl +++ b/installer/data/mysql/atomicupdate/bug_22761.perl @@ -54,5 +54,5 @@ INSERT IGNORE INTO `letter` (`module`, `code`, `branchcode`, `name`, `is_html`, ', 'print', 'default'); }); SetVersion( $DBversion ); - print "Upgrade to $DBversion done (Bug XXXXX - description)\n"; + print "Upgrade to $DBversion done (Bug 22809 - Move "ACCOUNT_CREDIT" from template to a slip)\n"; } -- 2.20.1