mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Admin Portal - Profile
This commit is contained in:
parent
577e0e7682
commit
e63ecba22b
10
public/main.profile.dart.js
vendored
10
public/main.profile.dart.js
vendored
@ -107293,7 +107293,7 @@
|
||||
case 0:
|
||||
// Function start
|
||||
response = null;
|
||||
$async$goto = activityId != null || isDeliveryNote ? 3 : 5;
|
||||
$async$goto = (activityId == null ? "" : activityId).length !== 0 || isDeliveryNote ? 3 : 5;
|
||||
break;
|
||||
case 3:
|
||||
// then
|
||||
@ -487323,9 +487323,10 @@
|
||||
};
|
||||
A._InvoiceViewHistoryState_build_closure1.prototype = {
|
||||
call$2(context, index) {
|
||||
var personName, t4, _null = null,
|
||||
var personName, t4, t5, t6, _null = null,
|
||||
activity = this.activityList[index],
|
||||
$history = activity.history,
|
||||
activityId = $history.activityId,
|
||||
t1 = this.viewModel,
|
||||
state = t1.state,
|
||||
t2 = state.uiState.selectedCompanyIndex,
|
||||
@ -487346,7 +487347,10 @@
|
||||
t2 = this.invoice;
|
||||
t3 = A.Text$(B.JSString_methods.$add(J.$add$ansx(A.formatNumber($history.amount, context, t2.clientId, _null, B.FormatNumberType_0, true, _null, _null, false), " \u2022 "), personName), _null, _null, _null, _null, _null, _null, _null, _null, _null);
|
||||
t4 = activity.updatedAt;
|
||||
return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, new A._InvoiceViewHistoryState_build__closure(t1, context, t2, $history), false, _null, _null, _null, A.Text$(A.formatDate(A.convertTimestampToDate(t4).toIso8601String$0(), context, true, true, true) + " \u2022 " + A.format(A.convertTimestampToDate(t4), false, A.localeSelector(state, true)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t3, A.Icon$(B.IconData_57695_MaterialIcons_null_true, _null, _null), _null);
|
||||
t4 = A.Text$(A.formatDate(A.convertTimestampToDate(t4).toIso8601String$0(), context, true, true, true) + " \u2022 " + A.format(A.convertTimestampToDate(t4), false, A.localeSelector(state, true)), _null, _null, _null, _null, _null, _null, _null, _null, _null);
|
||||
t5 = activityId.length !== 0;
|
||||
t6 = t5 ? A.Icon$(B.IconData_57695_MaterialIcons_null_true, _null, _null) : _null;
|
||||
return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, t5 ? new A._InvoiceViewHistoryState_build__closure(t1, context, t2, $history) : _null, false, _null, _null, _null, t4, _null, t3, t6, _null);
|
||||
},
|
||||
$signature: 446
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user