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

admin/invoice needs repair #31

Closed
mc12345678 opened this issue Jul 30, 2016 · 0 comments
Closed

admin/invoice needs repair #31

mc12345678 opened this issue Jul 30, 2016 · 0 comments

Comments

@mc12345678
Copy link
Owner

The admin/invoice file included in this package is not working 100% of the time. It is currently known that one of the differences in it as compared to how the other admin files operate is that the customid is collected differently than the others. This may be the central cause for the problems with the display of the information. It may be something else, but needs to be corrected at least for zc 1.5.5.

mc12345678 added a commit that referenced this issue Jul 30, 2016
Apparently in manipulating variables through the code, the admin/invoice.php file for ZC 1.5.3 and ZC 1.5.4 referenced a non-existent class that wasn't declared.  Corrected this in this commit for ZC 1.5.3 and ZC 1.5.4.  Appears that variable had been changed to reduce the need to declare a variable that already existed; however, the wrong variable was referenced in each of the invoice files.

Partially Fixes #31 for ZC 1.5.3 and ZC 1.5.4. Need to address for other ZC versions.
mc12345678 added a commit that referenced this issue Jul 30, 2016
Apparently in manipulating variables through the code, the admin/invoice.php file for ZC 1.5.1 referenced a non-existent class that wasn't declared.  Corrected this in this commit for ZC 1.5.1.  Appears that variable had been changed to reduce the need to declare a variable that already existed; however, the wrong variable was referenced in each of the invoice files.

Fixes #31 for ZC 1.5.1 and completes all fixes. Addressed in all other ZC versions before this commit.
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

1 participant