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

Update sql queries #31154

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

Update sql queries #31154

wants to merge 5 commits into from

Conversation

dolibarr95
Copy link
Contributor

Replace the values :
propal: $this->table_element
propaldet : $this->table_element_line
in the sql queries.
see #31056

dolibarr95 and others added 2 commits September 27, 2024 08:24
Replace the values :
propal: $this->table_element
propaldet : $this->table_element_line
in the sql queries.
see Dolibarr#31056
@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 Sep 29, 2024
@@ -3973,7 +3973,7 @@ public static function replaceThirdparty(DoliDB $dbs, $origin_id, $dest_id)
public static function replaceProduct(DoliDB $db, $origin_id, $dest_id)
{
$tables = array(
'propaldet'
$this->$table_element_line
Copy link
Member

Choose a reason for hiding this comment

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

idem

@dolibarr95
Copy link
Contributor Author

@frederic34 tks for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR to fix - See feedback in comments PR needs to be fixed to be integrated (some comments should describes the fix to do)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants