mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Admin Portal - Profile
This commit is contained in:
parent
4c0d22ce3a
commit
c8c8d193b2
5
public/main.profile.dart.js
vendored
5
public/main.profile.dart.js
vendored
@ -371267,8 +371267,11 @@
|
||||
startDate = "";
|
||||
endDate = "";
|
||||
}
|
||||
if ($async$self._client_pdf$_dateRange !== B.DateRange_custom) {
|
||||
$async$self._client_pdf$_startDate = startDate;
|
||||
$async$self._client_pdf$_endDate = endDate;
|
||||
}
|
||||
data = B.C_JsonCodec.encode$1(A.LinkedHashMap_LinkedHashMap$_literal(["client_id", t1.client.id, "start_date", startDate, "end_date", endDate, "show_payments_table", $async$self._showPayments, "show_aging_table", $async$self._showAging, "status", $async$self._client_pdf$_status], type$.legacy_String, type$.legacy_Object));
|
||||
A.print("## DATA: " + data);
|
||||
$async$goto = 3;
|
||||
return A._asyncAwait(new A.WebClient().post$4$data$rawResponse(url, state.get$credentials(state).token, data, true), $async$_loadPDF$0);
|
||||
case 3:
|
||||
|
Loading…
x
Reference in New Issue
Block a user