Index: uc_taxes/uc_taxes.module
===================================================================
--- uc_taxes/uc_taxes.module	(revision 1)
+++ uc_taxes/uc_taxes.module	(working copy)
@@ -414,6 +414,17 @@
           }
         }
       }
+
+      /**
+       *Fix for 1425978 use case part one
+       */
+      foreach (uc_taxes_rate_load() as $rate) {
+          $tax = clone $rate;
+          if (rules_invoke_component('uc_taxes_' . $tax->id, $order)) {
+              $taxes[] = $tax;
+          }
+      }
+
     }
   }
   // For orders still in checkout, any tax whose conditions are satisfied can
