Skip to content

Commit cac05e3

Browse files
author
Kostiantyn Poida
committed
Merge remote-tracking branch 'remotes/origin/MAGETWO-31559' into develop
- remove extra code
1 parent 682bf11 commit cac05e3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/code/Magento/Sales/sql/sales_setup/install-2.0.0.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1647,12 +1647,6 @@
16471647
'12,4',
16481648
[],
16491649
'Hidden Tax Canceled'
1650-
)->addColumn(
1651-
'is_nominal',
1652-
\Magento\Framework\DB\Ddl\Table::TYPE_INTEGER,
1653-
null,
1654-
['nullable' => false, 'default' => '0'],
1655-
'Is Nominal'
16561650
)->addColumn(
16571651
'tax_refunded',
16581652
\Magento\Framework\DB\Ddl\Table::TYPE_DECIMAL,

0 commit comments

Comments
 (0)