File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ All the changes to the Inspections app are completed. The app can now be publish
196
196
Today(),
197
197
Hours
198
198
) \> 0,
199
- galInspections.Selected.Store.Name & " \ | Submitted by " &
199
+ galInspections.Selected.Store.Name & " | Submitted by " &
200
200
galInspections.Selected.createdby.'Full Name' & ", " & DateDiff(
201
201
Date(
202
202
Year(galInspections.Selected.createdon),
@@ -217,7 +217,7 @@ All the changes to the Inspections app are completed. The app can now be publish
217
217
Hours
218
218
) = 0,
219
219
//"minutes ago"
220
- galInspections.Selected.Store.Name & " \ | Submitted by " &
220
+ galInspections.Selected.Store.Name & " | Submitted by " &
221
221
galInspections.Selected.createdby.'Full Name' & ", minutes ago"
222
222
,
223
223
If(
@@ -231,9 +231,9 @@ All the changes to the Inspections app are completed. The app can now be publish
231
231
Days
232
232
) = 1,
233
233
//"yesterday",
234
- galInspections.Selected.Store.Name & " \ | Submitted by " &
234
+ galInspections.Selected.Store.Name & " | Submitted by " &
235
235
galInspections.Selected.createdby.'Full Name' & ", yesterday",
236
- galInspections.Selected.Store.Name & " \ | Submitted by " &
236
+ galInspections.Selected.Store.Name & " | Submitted by " &
237
237
galInspections.Selected.createdby.'Full Name' & ", " & DateDiff(
238
238
Date(
239
239
Year(galInspections.Selected.createdon),
You can’t perform that action at this time.
0 commit comments