no-vat-customers #71

Merged
dudzic_wiktor merged 8 commits from no-vat-customers into main 2026-04-15 11:32:14 +00:00
Collaborator
No description provided.
dudzic_wiktor added 5 commits 2026-04-15 10:57:13 +00:00
dudzic_wiktor requested review from goc_daniel 2026-04-15 10:57:13 +00:00
dudzic_wiktor added 1 commit 2026-04-15 10:57:18 +00:00
dudzic_wiktor scheduled this pull request to auto merge when all checks succeed 2026-04-15 10:57:26 +00:00
dudzic_wiktor added 2 commits 2026-04-15 10:58:47 +00:00
goc_daniel approved these changes 2026-04-15 11:32:12 +00:00
goc_daniel left a comment
Owner

looks good (I only glanced over the logic changes in calculating prices)

looks good (I only glanced over the logic changes in calculating prices)
@@ -114,2 +114,3 @@
updated_at DATETIME(6) NULL,
deleted_at DATETIME(6) NULL
deleted_at DATETIME(6) NULL,
is_no_vat TINYINT(1) NULL DEFAULT 0
Owner

if it has default value, then perhaps make it NOT NULL?

if it has default value, then perhaps make it NOT NULL?
Author
Collaborator

that's true, it makes more sense to set it to NOT NULL. the PR already auto-merged so I'll make the change in next unrelated PR

that's true, it makes more sense to set it to NOT NULL. the PR already auto-merged so I'll make the change in next unrelated PR
dudzic_wiktor merged commit 9a90de3f11 into main 2026-04-15 11:32:14 +00:00
dudzic_wiktor deleted branch no-vat-customers 2026-04-15 11:32:14 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: goc_daniel/b2b#71