[Rt-commit] rt branch, 4.4/sla-doc-missing-parens, created. rt-4.4.1-308-gaaf17b2
Jim Brandt
jbrandt at bestpractical.com
Wed Feb 8 08:51:20 EST 2017
The branch, 4.4/sla-doc-missing-parens has been created
at aaf17b2223646444fb80e303a87bbdc0522d7d65 (commit)
- Log -----------------------------------------------------------------
commit aaf17b2223646444fb80e303a87bbdc0522d7d65
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Wed Feb 8 08:51:10 2017 -0500
Add closing parens to BusinessHours examples
diff --git a/docs/customizing/sla.pod b/docs/customizing/sla.pod
index ce9a48c..8efdca2 100644
--- a/docs/customizing/sla.pod
+++ b/docs/customizing/sla.pod
@@ -51,7 +51,7 @@ You also need to define what business time is:
4 => { Name => 'Thursday', Start => '9:00', End => '18:00' },
5 => { Name => 'Friday', Start => '9:00', End => '18:00' },
},
- );
+ ));
=head2 Does business time support holidays?
@@ -66,7 +66,7 @@ Yep!
5 => { Name => 'Friday', Start => '9:00', End => '18:00' },
holidays => [qw(01-01 12-25 2015-10-12)],
},
- );
+ ));
=head2 Does it support response due?
-----------------------------------------------------------------------
More information about the rt-commit
mailing list