Fix comment typos (minor)

This commit is contained in:
mjudd 2011-03-26 00:02:40 -05:00
parent 934462de8e
commit 9a4ed16060
1 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ public class CalloutOrder extends CalloutEngine
/** /**
* Order Header Change - DocType. * Order Header Change - DocType.
* - InvoiceRuld/DeliveryRule/PaymentRule * - InvoiceRule/DeliveryRule/PaymentRule
* - temporary Document * - temporary Document
* Context: * Context:
* - DocSubTypeSO * - DocSubTypeSO
@ -515,7 +515,7 @@ public class CalloutOrder extends CalloutEngine
int bill_Location_ID = rs.getInt("Bill_Location_ID"); int bill_Location_ID = rs.getInt("Bill_Location_ID");
// overwritten by InfoBP selection - works only if InfoWindow // overwritten by InfoBP selection - works only if InfoWindow
// was used otherwise creates error (uses last value, may belong to differnt BP) // was used otherwise creates error (uses last value, may belong to different BP)
if (bill_BPartner_ID.toString().equals(Env.getContext(ctx, WindowNo, Env.TAB_INFO, "C_BPartner_ID"))) if (bill_BPartner_ID.toString().equals(Env.getContext(ctx, WindowNo, Env.TAB_INFO, "C_BPartner_ID")))
{ {
int locationId = 0; int locationId = 0;
@ -874,7 +874,7 @@ public class CalloutOrder extends CalloutEngine
* Order Line - Charge. * Order Line - Charge.
* - updates PriceActual from Charge * - updates PriceActual from Charge
* - sets PriceLimit, PriceList to zero * - sets PriceLimit, PriceList to zero
* Calles tax * Calls tax
* @param ctx context * @param ctx context
* @param WindowNo current Window No * @param WindowNo current Window No
* @param mTab Grid Tab * @param mTab Grid Tab
@ -935,7 +935,7 @@ public class CalloutOrder extends CalloutEngine
* Order Line - Tax. * Order Line - Tax.
* - basis: Product, Charge, BPartner Location * - basis: Product, Charge, BPartner Location
* - sets C_Tax_ID * - sets C_Tax_ID
* Calles Amount * Calls Amount
* @param ctx context * @param ctx context
* @param WindowNo current Window No * @param WindowNo current Window No
* @param mTab Grid Tab * @param mTab Grid Tab