five23 / shipsync-community

FedEx Web Services Integration for Magento
9 stars 10 forks source link

Wrong Field Type for field order_increment_id #22

Open telegu opened 10 years ago

telegu commented 10 years ago

In table shipping_shipment_package the field type (INT(15)) for order_increment_id is wrong because if there are more then 20 stores id as 2200000002 are inserted as 2147483647. I change it in a VARCHAR(50) as increment_id in sales_flat_order.