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

NEW Add invoice tags #33250

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from
Open

Conversation

aspangaro
Copy link
Member

Republish work of @FlorentPoinsaut PR #22694 & issue #22693

@eldy eldy added the PR to fix - Conflict or CI error to solve The PHP unit tests return something wrong. Check details to know what to fix or solve the conflicts. label Feb 28, 2025
@aspangaro aspangaro added PR OK to merge PR was analyzed by PR merger and seems ok to be validated. Merge may occurs soon... and removed PR to fix - Conflict or CI error to solve The PHP unit tests return something wrong. Check details to know what to fix or solve the conflicts. labels Mar 1, 2025
} elseif ($type == Categorie::TYPE_INVOICE && $user->hasRight('facture', 'creer')) {
require_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php';
$newobject = new Facture($db);
$elementtype = 'order';
Copy link
Member

Choose a reason for hiding this comment

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

i think you mean
'invoice'
here ?

Copy link
Member Author

Choose a reason for hiding this comment

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

You're right. It's fixed

@eldy eldy added the PR to fix - See feedback in comments PR needs to be fixed to be integrated (some comments should describes the fix to do) label Mar 2, 2025
@aspangaro aspangaro removed the PR to fix - See feedback in comments PR needs to be fixed to be integrated (some comments should describes the fix to do) label Mar 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR OK to merge PR was analyzed by PR merger and seems ok to be validated. Merge may occurs soon...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants