Subversion Repositories SmartDukaan

Rev

Rev 27283 | Rev 27286 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27283 Rev 27284
Line 980... Line 980...
980
				//Rollback entry with reversal reason
980
				//Rollback entry with reversal reason
981
				//Remove order id
981
				//Remove order id
982
				//Remove order item Id
982
				//Remove order item Id
983
				//Remove lineitem id
983
				//Remove lineitem id
984
			}
984
			}
985
			LOGGER.info("Invoice - {}, Amount {}", x.getInvoiceNumber(), totalAmount);
985
			LOGGER.info("Invoice - {}, Amount {}", invoiceNumber, totalAmount);
986
		}
986
		}
987
	}
987
	}
988
}
988
}
989
 
989
 
990
//7015845171
990
//7015845171
991
991