Admin Portal - Profile

This commit is contained in:
hillelcoren 2022-02-23 16:23:51 +00:00
parent 4c0d22ce3a
commit c8c8d193b2

View File

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