-
-
Notifications
You must be signed in to change notification settings - Fork 824
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
Move code to assign tax information into shared parent #13899
Conversation
(Standard links)
|
2ee1539
to
617b52d
Compare
@eileenmcnaughton need some jenkins love https://test.civicrm.org/job/CiviCRM-Core-PR/25500/checkstyleResult/new/ |
@seamuslee001 did we change the standard? |
47465c9
to
19c1100
Compare
test this please |
Reply to myself - we obviously HAVE changed the standard - I see it hit @agilewarealok as well today. Hopefully that won't be too painful |
19c1100
to
e26cf9f
Compare
done |
e26cf9f
to
f1b56c4
Compare
merging as tests passed (I did just rebase since another commit had snuck in but that's in master & not relevant to test success) |
Overview
Code cleanup around tax assignments
Before
Code not in a shareable place
After
Code more shareable - 3 other classes need to share this
Technical Details
@mattwire this is a bit of a chunkier cleanup so hopefully it's not too much. I was going to just clarify the tpl logic (ie let's specify whether to displayLineItems rather than intuiting if from a combination of parameters that are not directly related & then always assign line items) but then I went a bit further in cleaning up the form function. I wrote more comments :-)
Comments