From ea45d24a8f8756103e7f160a0c11a648cdcb6ff1 Mon Sep 17 00:00:00 2001 From: hillelcoren Date: Mon, 19 Jun 2023 13:38:32 +0000 Subject: [PATCH] Admin Portal - Profile --- public/main.profile.dart.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/main.profile.dart.js b/public/main.profile.dart.js index 720d4107a24f..2303d9a2019d 100644 --- a/public/main.profile.dart.js +++ b/public/main.profile.dart.js @@ -383322,7 +383322,9 @@ data = t1.serializeWith$2($.$get$_$invoiceEntitySerializer(), credit); t2 = credentials.url; url = credit.get$isNew() ? t2 + "/credits?include=activities.history" : t2 + "/credits/" + credit.id + "?include=activities.history"; - if (action === B.EntityAction_markSent) + if (action === B.EntityAction_markPaid) + url += "&mark_paid=true"; + else if (action === B.EntityAction_markSent) url += "&mark_sent=true"; t2 = credentials.token; $async$goto = credit.get$isNew() ? 3 : 5;