View | Details | Raw Unified | Return to bug 22110
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt (-2 / +1 lines)
Lines 109-115 Link Here
109
                              [% total_adj = total_adj + adjustment.adjustment %]
109
                              [% total_adj = total_adj + adjustment.adjustment %]
110
                              <tr>
110
                              <tr>
111
                                  <td><input type="hidden" name="adjustment_id" value="[% adjustment.adjustment_id | html %]" />[% adjustment.adjustment_id | html %]</td>
111
                                  <td><input type="hidden" name="adjustment_id" value="[% adjustment.adjustment_id | html %]" />[% adjustment.adjustment_id | html %]</td>
112
                                  <td><input type="text" name="adjustment" id="adjustment_[% adjustment.adjustment_id | html %]" value="[% adjustment.adjustment | $Price %]" /></td>
112
                                  <td><input type="text" name="adjustment" id="adjustment_[% adjustment.adjustment_id | html %]" value="[% adjustment.adjustment | $Price on_editing => 1 %]" /></td>
113
                                  <td>
113
                                  <td>
114
                                      [% reasons = AuthorisedValues.Get("ADJ_REASON") %]
114
                                      [% reasons = AuthorisedValues.Get("ADJ_REASON") %]
115
                                      [% IF reasons.0 %]
115
                                      [% IF reasons.0 %]
116
- 

Return to bug 22110