You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Deepak Dixit (JIRA)" <ji...@apache.org> on 2014/09/20 10:34:34 UTC

[jira] [Updated] (OFBIZ-3879) invalid invoice id is not handled correctly by invoiceOverview

     [ https://issues.apache.org/jira/browse/OFBIZ-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepak Dixit updated OFBIZ-3879:
--------------------------------
    Attachment: OFBIZ-3879.patch

Steps to Regenerate:
	1. Access invalid invoice https://demo-trunk.ofbiz.apache.org:8443/accounting/control/invoiceOverview?invoiceId=80103333

Expected Result:
	Invoice does not exists message should be shown.

Actual Result:
       Parameter missing related error is coming on page.

Reason :
	Required Checks for invoice existence were missing.

> invalid invoice id is not handled correctly by invoiceOverview
> --------------------------------------------------------------
>
>                 Key: OFBIZ-3879
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3879
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: Trunk
>            Reporter: Adam Heath
>            Priority: Minor
>         Attachments: OFBIZ-3879.patch
>
>
> https://demo-trunk.ofbiz.apache.org:8443/accounting/control/invoiceOverview?invoiceId=80103333
> The demo system has an invoiceId of 8010.  I just added '3333', to make the id invalid, then reloaded the page.  The error is an exception deep inside the widget system.  It would be better to have a nicer screen, something that says "Invoice with id ### not found" or some such.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)