mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fixing style errors.
This commit is contained in:
parent
6c82b1d0e1
commit
39cc2ca5b6
|
|
@ -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.'">';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user