Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #33527 All Revisions ] Back to Issue ]
Summary 0033527: Save Delete Ticket functionality does not work if you delete an invoice
Revision 2016-07-22 09:31 by guillermogil
Description Save Delete Ticket functionality does not work if you delete an invoice.
It goes to errors while importing window while trying to create the invoice

Caused by: java.lang.ArithmeticException: / by zero
    at java.math.BigDecimal.divideAndRound(BigDecimal.java:1424)
    at java.math.BigDecimal.divide(BigDecimal.java:1398)
    at java.math.BigDecimal.divide(BigDecimal.java:1513)
    at org.openbravo.retail.posterminal.OrderLoader.createInvoiceLine(OrderLoader.java:668)
    at org.openbravo.retail.posterminal.OrderLoader.createInvoiceLines(OrderLoader.java:834)
    at org.openbravo.retail.posterminal.OrderLoader.saveRecord(OrderLoader.java:383)
Revision 2016-07-22 09:30 by guillermogil
Description Delete Line functionality does not work if you delete an invoice.
It goes to errors while importing window while trying to create the invoice

Caused by: java.lang.ArithmeticException: / by zero
    at java.math.BigDecimal.divideAndRound(BigDecimal.java:1424)
    at java.math.BigDecimal.divide(BigDecimal.java:1398)
    at java.math.BigDecimal.divide(BigDecimal.java:1513)
    at org.openbravo.retail.posterminal.OrderLoader.createInvoiceLine(OrderLoader.java:668)
    at org.openbravo.retail.posterminal.OrderLoader.createInvoiceLines(OrderLoader.java:834)
    at org.openbravo.retail.posterminal.OrderLoader.saveRecord(OrderLoader.java:383)


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker