Browse Source

Fix phpcs

Laurent Destailleur 3 years ago
parent
commit
045cd5e810
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/supplier_proposal/class/supplier_proposal.class.php

+ 1 - 1
htdocs/supplier_proposal/class/supplier_proposal.class.php

@@ -739,7 +739,7 @@ class SupplierProposal extends CommonObject
 			if ($price_base_type == 'TTC') {
 				$pu = $pu_ttc;
 			}
-			
+
 			//Fetch current line from the database and then clone the object and set it in $oldline property
 			$line = new SupplierProposalLine($this->db);
 			$line->fetch($rowid);