Skip to content

Commit 9786d9a

Browse files
authored
Update HookDisplayBackOfficeHeader.php
fixes
1 parent bc45a7f commit 9786d9a

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)