payment: note that Stripe has instituted an additional 1% fee for non-US cards
[hcoop/portal.git] / sign.mlt
index 4126f93..b8628e0 100644 (file)
--- a/sign.mlt
+++ b/sign.mlt
@@ -127,10 +127,8 @@ elseif $"mod" <> "" then
        val oldStatus = #status req;
        val newStatus = Sign.statusFromInt (Web.stoi ($"status"));
        Sign.modify {req with data = $"req", msg = $"msg", status = newStatus};
-       if oldStatus <> newStatus then
-               if not (Sign.notifyMod (oldStatus, newStatus, Init.getUserName(), id)) then
-                       %><h3>Error sending e-mail notification</h3><%
-               end
+       if not (Sign.notifyMod (oldStatus, newStatus, Init.getUserName(), id)) then
+               %><h3>Error sending e-mail notification</h3><%
        end
        %><h3>Request modified</h3>
        Back to: <a href="?cmd=open">open requests</a>, <a href="?cmd=list">all requests</a>