autoship_exclude_product_coupon_discounts_in_saleprice (filter)

(src/scheduled-orders.php) Can be used to disable a product's coupon-discounted price displayed in the Native UI's under the ' autoship_scheduled_order_items_form_display' hook. Default is set to false (displays copon-discounted price), but can be disabled by setting the value to true.

Code 

  if ( apply_filters( 'autoship_exclude_product_coupon_discounts_in_saleprice', false ) )