Skip to content

Commit

Permalink
#137 [Propal] fix: product linked getNomUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
Théo David committed Mar 28, 2023
1 parent 7cb6327 commit 63597d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions class/actions_dolicar.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ public function printCommonFooter($parameters)

$product = new Product($db);

if ($facture->array_options['options_linked_product'] > 0) {
$product->fetch($facture->array_options['options_linked_product']);
if ($propal->array_options['options_linked_product'] > 0) {
$product->fetch($propal->array_options['options_linked_product']);
}
?>
<script>
Expand Down

0 comments on commit 63597d0

Please sign in to comment.