JBAS-2018 A/T UUID template helper function
authorBill Erickson <berickxx@gmail.com>
Mon, 9 Apr 2018 14:27:20 +0000 (10:27 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
For generating email Message-ID: values

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger/Reactor.pm

index bf6b67e..bd9bf4c 100644 (file)
@@ -427,6 +427,10 @@ $_TT_helpers = {
         return $_TT_helpers->{xml_doc}->($unapi->[0]->{'unapi.bre'});
     },
 
+    create_uuid_string => sub {
+        return $U->create_uuid_string;
+    },
+
     # escapes quotes in csv string values
     escape_csv => sub {
         my $string = shift;