Completed
Pull Request — master (#234)
by
unknown
02:03
created
src/Picqer/Financials/Exact/Query/Findable.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,8 +64,7 @@
 block discarded – undo
64 64
             $format = ($this->url() == 'crm/Accounts' && $key === 'Code') ? '%18s' : '%s';
65 65
             if (preg_match('/^[\w]{8}-([\w]{4}-){3}[\w]{12}$/', $code)) {
66 66
                 $format = "guid'$format'";
67
-            }
68
-            elseif (is_string($code)) {
67
+            } elseif (is_string($code)) {
69 68
                 $format = "'$format'";
70 69
             }
71 70
 
Please login to merge, or discard this patch.