Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 17a0ce04

Von Jan Büren vor mehr als 1 Jahr hinzugefügt

Kunden/Lieferanten -> Alle Lieferungen -> qty richtig formatieren

Unterschiede anzeigen:

templates/design40_webpages/customer_vendor/get_delivery.html
45 45
        </td>
46 46
        <td>[% HTML.escape(row.transdate)   || '&nbsp;' %]</td>
47 47
        <td>[% HTML.escape(row.description) || '&nbsp;' %]</td>
48
        <td>[% HTML.escape(row.qty)         || '&nbsp;' %]</td>
48
        <td>[% LxERP.format_amount(HTML.escape(row.qty), 2) || '&nbsp;' %]</td>
49 49
        <td>[% HTML.escape(row.unit)        || '&nbsp;' %]</td>
50 50
        <td>[% LxERP.format_amount(row.sellprice, 2) || '&nbsp;' %]</td>
51 51
      </tr>
52 52
    [% END %]
53 53
   </tbody>
54
   
54

  
55 55
  </table>
56 56

  
57 57
  [% IF DELIVERY.size == 15 %]
templates/webpages/customer_vendor/get_delivery.html
34 34
              [%- END -%]
35 35
              <td>[% HTML.escape(row.transdate)   || '&nbsp;' %]</td>
36 36
              <td>[% HTML.escape(row.description) || '&nbsp;' %]</td>
37
              <td>[% HTML.escape(row.qty)         || '&nbsp;' %]</td>
37
              <td>[% LxERP.format_amount(HTML.escape(row.qty), 2) || '&nbsp;' %]</td>
38 38
              <td>[% HTML.escape(row.unit)        || '&nbsp;' %]</td>
39 39
              <td>[% LxERP.format_amount(row.sellprice, 2) || '&nbsp;' %]</td>
40 40
            </tr>

Auch abrufbar als: Unified diff