Reversed invoice is create with invoice date.
http://sourceforge.net/tracker/?func=detail&aid=2839194&group_id=176962&atid=879332
This commit is contained in:
parent
0c082d78ae
commit
b1b273aed1
|
@ -109,7 +109,7 @@ public class MInvoice extends X_C_Invoice implements DocAction
|
|||
to.setIsSOTrx(isSOTrx);
|
||||
//
|
||||
to.setDateInvoiced (dateDoc);
|
||||
to.setDateAcct (dateDoc);
|
||||
to.setDateAcct (from.getDateAcct());
|
||||
to.setDatePrinted(null);
|
||||
to.setIsPrinted (false);
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue