diff options
Diffstat (limited to 'src/templates.rs')
-rw-r--r-- | src/templates.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/templates.rs b/src/templates.rs index 2c8e72a..390a3aa 100644 --- a/src/templates.rs +++ b/src/templates.rs @@ -39,6 +39,8 @@ fn payments_params(args: &HashMap<String, Value>) -> Result<Value> { "highlight": args.get("highlight"), "user": args.get("user"), "category": args.get("category"), + "start_date": args.get("start_date"), + "end_date": args.get("end_date"), }); match serde_json::from_value(q) { |