very minor typo
This commit is contained in:
parent
82acc0d9fa
commit
17f777cf9c
|
@ -2110,7 +2110,7 @@ public class MOrder extends X_C_Order implements DocAction
|
||||||
continue;
|
continue;
|
||||||
invoice.set_TrxName(get_TrxName());
|
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 (!MInvoice.DOCSTATUS_Completed.equals(invoice.getDocStatus()))
|
||||||
{
|
{
|
||||||
if (invoice.voidIt())
|
if (invoice.voidIt())
|
||||||
|
|
Loading…
Reference in New Issue