diff --git a/modules/Migration/schema/660_to_700.php b/modules/Migration/schema/660_to_700.php index fbb9e60e8b025f55e02825f26742ca5d2d52933f..0692a19241e9d871e242f67edaf94ec35f0bb86b 100644 --- a/modules/Migration/schema/660_to_700.php +++ b/modules/Migration/schema/660_to_700.php @@ -1559,7 +1559,7 @@ if(defined('VTIGER_UPGRADE')) { $taxIdsList[] = $rowData['taxid']; } - $db->pquery('INSERT INTO vtiger_inventorycharges VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?)', array(1, 'Shipping & Handling', 'Flat', 'Fixed', '', '[]', 1, ZEND_JSON::encode($taxIdsList), 0)); + $db->pquery('INSERT INTO vtiger_inventorycharges VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?)', array(1, 'Shipping & Handling', 'Flat', 'Fixed', null, '[]', 1, ZEND_JSON::encode($taxIdsList), 0)); } if (!Vtiger_Utils::checkTable('vtiger_inventorychargesrel')) {