minor code identification.

This commit is contained in:
trifonnt 2009-12-05 11:21:01 +00:00
parent 29c552c9ea
commit d12b817c3a
1 changed files with 1 additions and 1 deletions

View File

@ -624,7 +624,7 @@ public class VPayment extends CDialog
Object[] a = values.keySet().toArray();
for (int i = 0; i < a.length; i++)
{
String PaymentRule = (String)a[i]; // used for Panel selection
String PaymentRule = (String)a[i]; // used for Panel selection
if (X_C_Order.PAYMENTRULE_DirectDebit.equals(PaymentRule) // SO
&& !m_isSOTrx)
continue;