We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc45a7f + 9786d9a commit f334d6cCopy full SHA for f334d6c
1 file changed
classes/Hook/HookDisplayBackOfficeHeader.php
@@ -75,7 +75,7 @@ public function run()
75
'id_order' => (int) Tools::getValue('id_order'),
76
'id_shop' => (int) $this->context->shop->id,
77
'sent' => 0,
78
- 'date_add' => 'NOW()',
+ 'date_add' => ['value' => 'NOW()', 'type' => 'sql'],
79
]
80
);
81
}
0 commit comments