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

Line error in Debtor/Contact.php #36

Open
alzpk opened this issue Mar 4, 2020 · 3 comments
Open

Line error in Debtor/Contact.php #36

alzpk opened this issue Mar 4, 2020 · 3 comments

Comments

@alzpk
Copy link

alzpk commented Mar 4, 2020

Line 175, in Debtor/Contact.php has an error.

Is:
return $this->update($id->Id, $data);

Should be:
return $this->update($data, $id->Id);

@tkjaergaard
Copy link
Owner

Throw a PR :)

@alzpk
Copy link
Author

alzpk commented Mar 4, 2020

Sorry, I'm quite new to all this, so a PR? :D

@alzpk
Copy link
Author

alzpk commented Mar 4, 2020

Pull request ofc. :P

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

2 participants