|
|
|
@ -813,7 +813,7 @@ public class SDNYMainProcessController extends AbstractController { |
|
|
|
|
info.setZTAX(replace + ".00"); |
|
|
|
|
info.setZSM(getZSM(divide.toString())); |
|
|
|
|
} |
|
|
|
|
if (taxRate != null && taxRate.contains(".")){ |
|
|
|
|
if (taxRate != null && taxRate.contains(".") && !taxRate.contains("%")){ |
|
|
|
|
if (taxRate.length() >4){ |
|
|
|
|
taxRate = taxRate.substring(0,4); |
|
|
|
|
BigDecimal tax = new BigDecimal(taxRate); |
|
|
|
|