Skip to content

Commit 3a23392

Browse files
committed
2327179
1 parent d0b6015 commit 3a23392

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

powerapps-docs/teams/inspections-hierarchy-locations.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -230,19 +230,19 @@ All the changes to the Inspections app are completed. The app can now be publish
230230
Today(),
231231
Days
232232
) = 1,
233-
//"yesterday",
234-
galInspections.Selected.Store.Name & " \| Submitted by " &
235-
galInspections.Selected.createdby.'Full Name' & ", yesterday",
236-
galInspections.Selected.Store.Name & " \| Submitted by " &
237-
galInspections.Selected.createdby.'Full Name' & ", " & DateDiff(
238-
Date(
239-
Year(galInspections.Selected.createdon),
240-
Month(galInspections.Selected.createdon),
241-
Day(galInspections.Selected.createdon)
242-
),
243-
Today(),
244-
Days
245-
) & " days ago"
233+
//"yesterday",
234+
galInspections.Selected.Store.Name & " \| Submitted by " &
235+
galInspections.Selected.createdby.'Full Name' & ", yesterday",
236+
galInspections.Selected.Store.Name & " \| Submitted by " &
237+
galInspections.Selected.createdby.'Full Name' & ", " & DateDiff(
238+
Date(
239+
Year(galInspections.Selected.createdon),
240+
Month(galInspections.Selected.createdon),
241+
Day(galInspections.Selected.createdon)
242+
),
243+
Today(),
244+
Days
245+
) & " days ago"
246246
)
247247
)
248248
)

0 commit comments

Comments
 (0)