Atualizando companies_save.php
This commit is contained in:
parent
1ec4d7a8ea
commit
a2f3e36af9
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ try{
|
|||
|
||||
foreach($ProductsCompaniesResult as $ClientsKey => $Result){
|
||||
|
||||
$total += $Result->product_value;
|
||||
$total += $Result->total_product_value;
|
||||
|
||||
/** Message para excluir */
|
||||
$messageDelete = '<b>Deseja realmente excluir o produto '.$Result->description.'?</b>';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue