very minor typo

This commit is contained in:
Carlos Ruiz 2007-10-12 01:49:31 +00:00
parent 82acc0d9fa
commit 17f777cf9c
1 changed files with 1 additions and 1 deletions

View File

@ -2110,7 +2110,7 @@ public class MOrder extends X_C_Order implements DocAction
continue;
invoice.set_TrxName(get_TrxName());
// If not compleded - void - otherwise reverse it
// If not completed - void - otherwise reverse it
if (!MInvoice.DOCSTATUS_Completed.equals(invoice.getDocStatus()))
{
if (invoice.voidIt())