Admin Portal - Profile
This commit is contained in:
parent
13d3169017
commit
ea45d24a8f
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue