ssolovey / ecp

ECP - Ecommerce project based on Magento
Open Software License 3.0
1 stars 0 forks source link

export: decimal fields #280

Closed ssolovey closed 11 years ago

ssolovey commented 11 years ago

Any decimal or numeric field should be populated with a 0 if there is no value

apetrosian commented 11 years ago

I guess the better way to resolve this issue is adding default value to input element (directly in web form).

ssolovey commented 11 years ago

Please do it in export module. In some cases it is not possible to fix in web form.

ssolovey commented 11 years ago

Please apply the same rule for: $orderData['mileage'] $orderData['unit_amount']