From: paul Date: Fri, 20 May 2016 13:17:22 +0000 (+0000) Subject: do not prefill date X-Git-Url: https://git.plutz.net/?p=confetti;a=commitdiff_plain;h=8b8b60f8d830eb256e48a0393f92515f7c60720e;hp=f2d532b63f28b8ade51b900e0db23889a957af51 do not prefill date svn path=/trunk/; revision=108 --- 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"