Skip to content

Commit

Permalink
FIX #4272 Error when trying to print the page "Linked objects" of a T…
Browse files Browse the repository at this point in the history
…hirdparty
  • Loading branch information
marcosgdf committed Dec 28, 2015
1 parent cfd01b6 commit bec00e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions htdocs/societe/consumption.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,8 @@
print '<br>';


print '<form method="POST" action="'.$_SERVER['PHP_SELF'].'">';
print '<form method="POST" action="'.$_SERVER['PHP_SELF'].'?socid='.$socid.'">';
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
print '<input type="hidden" name="socid" value="'.$socid.'">'."\n";


$sql_select='';
/*if ($type_element == 'action')
Expand Down

0 comments on commit bec00e3

Please sign in to comment.