Added additional stats and ticket printing to all time tickets screen BOD-191
This commit is contained in:
@@ -9,6 +9,8 @@ require("dotenv").config({
|
||||
var _ = require("lodash");
|
||||
const Handlebars = require("handlebars");
|
||||
|
||||
//Usage: {{moment appointments_by_pk.start format="dddd, DD MMMM YYYY"}}
|
||||
|
||||
Handlebars.registerHelper("moment", function (context, block) {
|
||||
if (context && context.hash) {
|
||||
block = _.cloneDeep(context);
|
||||
|
||||
Reference in New Issue
Block a user