protected static function getAvailableFields()
 {
     return array_merge(Sale\Order::getAvailableFields(), array('PRICE_DELIVERY'));
 }