From 8b8b60f8d830eb256e48a0393f92515f7c60720e Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 20 May 2016 13:17:22 +0000 Subject: [PATCH 1/1] do not prefill date svn path=/trunk/; revision=108 --- actions/new_prescription.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/new_prescription.sh b/actions/new_prescription.sh index b777cec..26173af 100755 --- a/actions/new_prescription.sh +++ b/actions/new_prescription.sh @@ -32,7 +32,7 @@ prescription:${prescription} insurance:$(sed -nr 's;^X-HEALTH-INSURANCE:(.*)\;.*\;\r?$;\1;p' "$cardfile") bday:$(sed -nr 's;^BDAY:(.*)\r?$;\1;p' "$cardfile") name:$(sed -rn '/^N[\;:]/{s;^N(\;[^:]*)?:([^\;]*)(\;[^\;]*)(\;[^\;]*)?(\;[^\;]*)?(\;[^\;]*)?\r?$;\5 \3 \4 \2 \6;;s;[\;,]; ;g;s; +; ;g;s;^ | $;;g;p}' "$cardfile")\n$(sed -nr 's;^ADR:(.*)\r?$;\1;p' "$cardfile") -date:$(date +%F) +date: EOF echo -n "Location: ?p=prescriptions&edit=$prescription\n\n" -- 2.39.2