You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Wickersheimer Jeremy (JIRA)" <ji...@apache.org> on 2007/06/26 09:39:26 UTC

[jira] Updated: (OFBIZ-1103) FindTaxAuthorityParties combobox do not allow empty (for * search) AND/OR demo data wrong

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

Wickersheimer Jeremy updated OFBIZ-1103:
----------------------------------------

    Attachment: ofbiz-1103.patch

This simply replaces the : no-current-selected-key="N" by allow-empty="true" which makes sense for a search Form.

> FindTaxAuthorityParties combobox do not allow empty (for * search) AND/OR demo data wrong
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1103
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1103
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Wickersheimer Jeremy
>            Priority: Minor
>         Attachments: ofbiz-1103.patch
>
>
> The combo box in FindTaxAuthorityParties (go in Accounting, Tax Authorities, then edit one TA and go in Parties) only allow Y/N to be selected for IsExempt / IsNexus
> When you enter this screen with the demo data, you will see all the Parties automatically listed. But in my case i have two parties listed with:
> IsExempt (null) / IsNexus (Y)
> IsExempt (N) / IsNexus (null)
> So i guess either the demo data is wrong (most likely), or the Edit form later is wrong (because it also allows Y/N, which makes sense here).
> But the Find form "should" allow for * search on those fields, and therefore allow empty values.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.