Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible de modifier un customer invoice #11

Closed
GoogleCodeExporter opened this issue Mar 29, 2015 · 3 comments
Closed

Impossible de modifier un customer invoice #11

GoogleCodeExporter opened this issue Mar 29, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Entrez un customer
2. Enrez une commande pour le customer
3. Essayez de la modifier

On devrais voir :

Error

java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0
    at java.util.Vector.get(Unknown Source)
    at newtonERP.module.AbstractOrmEntity.editUI(AbstractOrmEntity.java:133)
    at newtonERP.module.Module.doAction(Module.java:338)
    at newtonERP.serveur.CommandRouteur.routeCommand(CommandRouteur.java:61)
    at newtonERP.serveur.Servlet.urlToAction(Servlet.java:132)
    at newtonERP.serveur.Servlet.handle(Servlet.java:67)
    at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
    at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
    at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
    at org.mortbay.jetty.Server.handle(Server.java:326)
    at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)
    at
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.ja
va:915)
    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
    at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
    at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
    at
org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)
    at
org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)

Aucune idée pourquoi.


Original issue reported on code.google.com by jonathan...@gmail.com on 1 Nov 2009 at 11:41

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Oui, je suis au courant de ce bug. C'est que la gestion des tables vide n'est 
pas
bien faite dans les viewers. Je règle ça demain.

Original comment by glaca...@gmail.com on 2 Nov 2009 at 1:59

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

D'après moi c'est reglé.

Original comment by glaca...@gmail.com on 2 Nov 2009 at 8:12

  • Changed state: Fixed
  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant