mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-01 21:47:16 +00:00
fix only date is expected on the invoices list table.
time is not supposed to be rendered on the invoices list table (only date)
This commit is contained in:
@@ -1044,7 +1044,7 @@ describe '
|
||||
|
||||
let(:table_contents) {
|
||||
[
|
||||
Invoice.first.created_at.strftime('%B %d, %Y 12:00 AM').to_s,
|
||||
Invoice.first.created_at.strftime('%B %d, %Y').to_s,
|
||||
"1",
|
||||
"0.0",
|
||||
"Active",
|
||||
|
||||
Reference in New Issue
Block a user