Fixing style errors.

This commit is contained in:
stickler-ci 2019-10-14 14:46:04 +00:00
parent 2149b155d1
commit 4b7987374b
2 changed files with 4 additions and 4 deletions

View File

@ -1291,7 +1291,7 @@ class Propal extends CommonObject
{ {
$object->note_private = ''; $object->note_private = '';
$object->note_public = ''; $object->note_public = '';
} }
// Create clone // Create clone
$object->context['createfromclone']='createfromclone'; $object->context['createfromclone']='createfromclone';
$result=$object->create($user); $result=$object->create($user);

View File

@ -1050,7 +1050,7 @@ class Facture extends CommonInvoice
{ {
$object->note_private = ''; $object->note_private = '';
$object->note_public = ''; $object->note_public = '';
} }
// Loop on each line of new invoice // Loop on each line of new invoice
foreach($object->lines as $i => $line) foreach($object->lines as $i => $line)