Revision a1740986
Von Werner Hahn vor mehr als 1 Jahr hinzugefügt
templates/webpages/disposition_manager/show_purchase_basket.html | ||
---|---|---|
39 | 39 |
[% L.hidden_tag('partsgroup_ids[]', basket_item.part.partsgroup_id ) %] |
40 | 40 |
</td> |
41 | 41 |
<td> [% basket_item.part.presenter.part(target = '_blank') %] |
42 |
[% P.button_tag( |
|
43 |
"kivi.DispositionManager.show_detail_dialog(" |
|
44 |
_ basket_item.part.id _ "," _ basket_item.part.partnumber _ |
|
45 |
")", |
|
46 |
LxERP.t8('Details (one letter abbreviation)'), |
|
47 |
title=LxERP.t8('Article details'), class="button") %] |
|
48 | 42 |
</td> |
49 | 43 |
<td>[% HTML.escape(basket_item.part.description) %]</td> |
50 | 44 |
<td class="numeric">[% basket_item.part.onhand_as_number %]</td> |
Auch abrufbar als: Unified diff
Dispositionsmanager Einkaufskorb Detailbutton raus