mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-04 08:24:37 -04:00
Admin Portal - Profile
This commit is contained in:
parent
588a152627
commit
e657101025
12
public/main.profile.dart.js
vendored
12
public/main.profile.dart.js
vendored
@ -83404,10 +83404,16 @@
|
||||
_box_0.notes = (B.JSString_methods.trim$0(notes).length !== 0 ? _box_0.notes = notes + "\n" : notes) + '<div class="task-time-details">\n';
|
||||
t7 = task.getTaskTimes$0();
|
||||
new A.WhereIterable(t7, new A.convertTaskToInvoiceItem_closure(), A._arrayInstanceType(t7)._eval$1("WhereIterable<1>")).forEach$1(0, new A.convertTaskToInvoiceItem_closure0(_box_0, t1, context, dates));
|
||||
t7 = t2[t3].userCompany.company;
|
||||
if (t7.invoiceTaskDatelog && !t7.invoiceTaskTimelog) {
|
||||
t7 = t7.markdownEnabled;
|
||||
t8 = _box_0.notes;
|
||||
if (t7)
|
||||
_box_0.notes = t8 + dates.join$1(0, "<br/>\n");
|
||||
else
|
||||
_box_0.notes = t8 + dates.join$1(0, "\n");
|
||||
}
|
||||
t7 = _box_0.notes += "</div>\n";
|
||||
t8 = t2[t3].userCompany.company;
|
||||
if (t8.invoiceTaskDatelog && !t8.invoiceTaskTimelog)
|
||||
t7 = _box_0.notes = t7 + ("\n" + dates.join$1(0, "\n"));
|
||||
_box_0.notes = B.JSString_methods.trim$0(t7);
|
||||
}
|
||||
_box_0.customValue4 = _box_0.customValue3 = _box_0.customValue2 = _box_0.customValue1 = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user