Skip to content

Commit f334d6c

Browse files
Merge pull request #86 from Shoprunners/patch-2
Update HookDisplayBackOfficeHeader.php
2 parents bc45a7f + 9786d9a commit f334d6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/Hook/HookDisplayBackOfficeHeader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function run()
7575
'id_order' => (int) Tools::getValue('id_order'),
7676
'id_shop' => (int) $this->context->shop->id,
7777
'sent' => 0,
78-
'date_add' => 'NOW()',
78+
'date_add' => ['value' => 'NOW()', 'type' => 'sql'],
7979
]
8080
);
8181
}

0 commit comments

Comments
 (0)