1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Admin Portal - Profile

This commit is contained in:
hillelcoren 2023-06-19 13:38:32 +00:00
parent 13d3169017
commit ea45d24a8f

View File

@ -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;