File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -230,19 +230,19 @@ All the changes to the Inspections app are completed. The app can now be publish
230
230
Today(),
231
231
Days
232
232
) = 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"
246
246
)
247
247
)
248
248
)
You can’t perform that action at this time.
0 commit comments