Completed
Pull Request — master (#198)
by
unknown
19:02
created
lib/org/openpsa/sales/style/show-deliverable-subscription.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -80,30 +80,30 @@
 block discarded – undo
80 80
                         <tr>
81 81
                           <td class="title"><?php echo $data['l10n']->get('cost'); ?></td>
82 82
                           <?php
83
-                          if ($data['deliverable']->costType == '%') {
84
-                              ?>
83
+                            if ($data['deliverable']->costType == '%') {
84
+                                ?>
85 85
                               <td class="numeric"><?php echo $view['costPerUnit']; ?> %</td>
86 86
                               <td class="numeric">&nbsp;</td>
87 87
                               <td class="numeric">&nbsp;</td>
88 88
                           <?php
89
-                          } else {
90
-                              ?>
89
+                            } else {
90
+                                ?>
91 91
                               <td class="numeric"><?php echo $formatter->number($data['deliverable']->costPerUnit); ?></td>
92 92
                               <td class="numeric"><?php echo $view['plannedUnits']; ?></td>
93 93
                               <td class="numeric"><?php echo $view['units']; ?></td>
94 94
                           <?php
95
-                          } ?>
95
+                            } ?>
96 96
                               <td class="numeric"><?php echo $formatter->number($data['deliverable']->cost); ?></td>
97 97
                         </tr>
98 98
                       </tbody>
99 99
                     </table>
100 100
                 <?php if ($data['deliverable']->invoiceByActualUnits) {
101
-                              ?>
101
+                                ?>
102 102
                     <ul>
103 103
                         <li><?php echo $data['l10n']->get('invoice by actual units'); ?></li>
104 104
                     </ul>
105 105
                     <?php
106
-                          } ?>
106
+                            } ?>
107 107
                     </div>
108 108
                 </div>
109 109
                 <div class="field">
Please login to merge, or discard this patch.
lib/org/openpsa/sales/style/show-salesproject-grid.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
           created: '<?php echo $data['l10n']->get('created'); ?>',
139 139
           index_title: '<?php echo $data['l10n']->get('title'); ?>',
140 140
           <?php
141
-          if ($data['mode'] != 'customer') {
141
+            if ($data['mode'] != 'customer') {
142 142
     ?>
143 143
             index_customer: '<?php echo $data['l10n']->get('customer'); ?>',
144 144
           <?php
Please login to merge, or discard this patch.