فهرست منبع

Fixing style errors.

stickler-ci 3 سال پیش
والد
کامیت
8950ae160b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      htdocs/fichinter/card.php

+ 1 - 1
htdocs/fichinter/card.php

@@ -454,7 +454,7 @@ if (empty($reshook)) {
 		}
 	} elseif ($action == 'setref_client' && $user->rights->ficheinter->creer) {
 		// Positionne ref client
-		$result = $object->setRefClient($user, GETPOST('ref_client','alpha'));
+		$result = $object->setRefClient($user, GETPOST('ref_client', 'alpha'));
 		if ($result < 0) {
 			setEventMessages($object->error, $object->errors, 'errors');
 		}