Skip to content

Commit c0ff630

Browse files
slopukhovRoman Ganin
authored andcommitted
MAGETWO-35057: Columns 'Interval', 'Price Rule' have incorrect values in Coupon Usage report.
1 parent be9c5e8 commit c0ff630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Fixtures/OrdersFixture.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public function execute()
267267
$queries[] = "INSERT INTO `{$salesOrderStatusHistoryTableName}` (`entity_id`, `parent_id`, `is_customer_notified`, `is_visible_on_front`, `comment`, `status`, `created_at`, `entity_name`) VALUES ({$salesOrderStatusHistoryId}, {$salesOrderId}, 1, 0, NULL, 'pending', '{$time}', 'order');";
268268

269269
// @codingStandardsIgnoreEnd
270-
foreach($queries as $query) {
270+
foreach ($queries as $query) {
271271
$writeAdapter->query($query);
272272
}
273273

0 commit comments

Comments
 (0)