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

notify the user if any order cannot be invoiced on bulk invoice sending #12458

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

abdellani
Copy link
Member

@abdellani abdellani commented May 9, 2024

What? Why?

What should we test?

Release notes

Changelog Category (reviewers may add a label for the release notes):

  • User facing changes
  • API changes (V0, V1, DFC or Webhook)
  • Technical changes only
  • Feature toggled

The title of the pull request will be included in the release notes.

Dependencies

Documentation updates

@abdellani abdellani self-assigned this May 9, 2024
@abdellani abdellani force-pushed the 12374-bulkk-sending-invoice-must-show-error-if-abn-require-and-not-set branch 4 times, most recently from df5cd91 to 3e86db5 Compare May 13, 2024 11:21
@abdellani abdellani force-pushed the 12374-bulkk-sending-invoice-must-show-error-if-abn-require-and-not-set branch from 3e86db5 to 3d32f70 Compare May 17, 2024 13:24
@rioug rioug added technical changes only These pull requests do not contain user facing changes and are grouped in release notes feature toggled These pull requests' changes are invisible by default and are grouped in release notes and removed technical changes only These pull requests do not contain user facing changes and are grouped in release notes labels May 20, 2024
def distributors_without_abn(orders)
Enterprise.where(
id: orders.select(:distributor_id),
abn: [nil,""],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The empty string abnisn't cover by specs, could you update that ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature toggled These pull requests' changes are invisible by default and are grouped in release notes
Projects
Status: In Progress ⚙
2 participants