You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1428,6 +1429,7 @@ function createSplitsAndOnyxData(participants, currentUserLogin, currentUserAcco
1428
1429
undefined,
1429
1430
category,
1430
1431
tag,
1432
+
billable,
1431
1433
);
1432
1434
1433
1435
// Note: The created action must be optimistically generated before the IOU action so there's no chance that the created action appears after the IOU action in the chat
@@ -1629,6 +1631,7 @@ function createSplitsAndOnyxData(participants, currentUserLogin, currentUserAcco
1629
1631
undefined,
1630
1632
category,
1631
1633
tag,
1634
+
billable,
1632
1635
);
1633
1636
1634
1637
// STEP 4: Build optimistic reportActions. We need:
@@ -1746,8 +1749,9 @@ function createSplitsAndOnyxData(participants, currentUserLogin, currentUserAcco
1746
1749
* @param {String} category
1747
1750
* @param {String} tag
1748
1751
* @param {String} existingSplitChatReportID - Either a group DM or a workspace chat
@@ -1862,6 +1871,7 @@ function startSplitBill(participants, currentUserLogin, currentUserAccountID, co
1862
1871
undefined,
1863
1872
category,
1864
1873
tag,
1874
+
billable,
1865
1875
);
1866
1876
1867
1877
// Note: The created action must be optimistically generated before the IOU action so there's no chance that the created action appears after the IOU action in the chat
@@ -2075,6 +2085,7 @@ function startSplitBill(participants, currentUserLogin, currentUserAccountID, co
0 commit comments