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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-2 / +1 lines)
Lines 343-349 Link Here
343
343
344
                                        [% IF ( ediaccount ) %]
344
                                        [% IF ( ediaccount ) %]
345
                                            [%- BLOCK edi_status -%]
345
                                            [%- BLOCK edi_status -%]
346
                                                [%- SWITCH edi_order.status -%]
346
                                                [%- SWITCH edi_order.status.lower -%]
347
347
348
                                                [%- CASE 'pending' -%]
348
                                                [%- CASE 'pending' -%]
349
                                                    <span>Pending</span>
349
                                                    <span>Pending</span>
350
- 

Return to bug 39468