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

Can't create invoices #5350

Closed
rdoursenaud opened this issue Jun 15, 2016 · 1 comment
Closed

Can't create invoices #5350

rdoursenaud opened this issue Jun 15, 2016 · 1 comment
Assignees
Labels
Bug This is a bug (something does not work as expected) Priority - High / Blocking This is a security hole or a bug that make a feature not possible to use or very expected feature.

Comments

@rdoursenaud
Copy link
Contributor

Bug

Can't create subscription with invoice without payment.

Invoice creation fails silently.

Debugging the code:

$result=$invoice->create($user);

complains about date_pointoftax not being in the correct format.

Introduced by @eldy on 3ddf427

Environment

  • Version: Develop
  • URL: adherents/card_subscriptions.php?rowid=1&action=addsubscription

Expected and actual behavior

Create an invoice!
(And/or display an error message)

Steps to reproduce the behavior

Enable members and customer invoice modules.
Link a member to a thirdparty.
Create a subscription with invoice for this member.

@rdoursenaud rdoursenaud added version develop Bug This is a bug (something does not work as expected) labels Jun 15, 2016
@rdoursenaud rdoursenaud changed the title [Members] Subscription invoice creation fails silently Can't create invoices Jun 15, 2016
@rdoursenaud
Copy link
Contributor Author

It's worse. Can't create any invoice at all.

@rdoursenaud rdoursenaud added this to the 4.0 milestone Jun 15, 2016
@rdoursenaud rdoursenaud added the Priority - High / Blocking This is a security hole or a bug that make a feature not possible to use or very expected feature. label Jun 15, 2016
@rdoursenaud rdoursenaud assigned rdoursenaud and unassigned eldy Jun 16, 2016
@eldy eldy closed this as completed in eb54c3f Jun 16, 2016
eldy added a commit that referenced this issue Jun 16, 2016
Fix #5350 date_pointoftax prevented creating invoices
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This is a bug (something does not work as expected) Priority - High / Blocking This is a security hole or a bug that make a feature not possible to use or very expected feature.
Projects
None yet
Development

No branches or pull requests

2 participants