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

[1.4.26] Attribute validation error when entering a sales order #1408

Closed
ehuelsmann opened this issue Mar 21, 2016 · 4 comments
Closed

[1.4.26] Attribute validation error when entering a sales order #1408

ehuelsmann opened this issue Mar 21, 2016 · 4 comments
Milestone

Comments

@ehuelsmann
Copy link
Member

Error!'Attribute (description) does not pass the type constraint because: Validation failed for 'Maybe[Str]' with value [ "Hours - Non Profit Charity rate" ] at constructor LedgerSMB::File::new (defined at LedgerSMB/File.pm line 348) line 52LedgerSMB::File::new('LedgerSMB::File', 'reqdate_2', '', 'meta_number', 423, 'PRINTERS', 'ARRAY(0x754a930)', 'oldtotalpaid', '', 'onhand_1',...

The above tries to fit an array ([ "Hours - Non Profit Charity rate" ]) into the "description" slot which is of type "Maybe[Str]"... (EDOESNTFIT)

@ehuelsmann ehuelsmann added this to the 1.4.28 milestone Mar 21, 2016
@ehuelsmann
Copy link
Member Author

User remark: "I don't think we're adding a file here"

@freelock
Copy link
Member

I think this is happening when emailing a PDF sales order, not when saving the invoice.

@ehuelsmann ehuelsmann modified the milestones: 1.4.28, 1.4.29 May 3, 2016
@ehuelsmann
Copy link
Member Author

Ok. still seeing this at 1.4.28; the problem shows after the mail has been sent.

ehuelsmann added a commit to ehuelsmann/LedgerSMB that referenced this issue May 20, 2016
ehuelsmann added a commit that referenced this issue May 20, 2016
@ehuelsmann
Copy link
Member Author

Merged (but not closed by the merge??). Closing.

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

No branches or pull requests

2 participants