Fixing style errors.

This commit is contained in:
stickler-ci 2021-10-05 09:42:52 +00:00
parent 6c82b1d0e1
commit 39cc2ca5b6

View File

@ -3731,7 +3731,7 @@ if ($action == 'create') {
print '<input type="hidden" name="total" value="'.$objectsrc->total_ttc.'">'."\n";
print '<input type="hidden" name="tva" value="'.$objectsrc->total_tva.'">'."\n";
// The lines below override the parameters set by GET or POST for origin value and also be present in $origin and $originid variables (it make creation of invoice originating from an external module object impossible because for get an external module class we also need to know the name of the module in addition of the name of the element).
// This input fields already printed above at the <form> begin.
// This input fields already printed above at the <form> begin.
//print '<input type="hidden" name="origin" value="'.$objectsrc->element.'">';
//print '<input type="hidden" name="originid" value="'.$objectsrc->id.'">';