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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-5 / +4 lines)
Lines 320-329 Link Here
320
                        [% END %]
320
                        [% END %]
321
                        [% IF ( ediaccount ) %]
321
                        [% IF ( ediaccount ) %]
322
                            [%- BLOCK edi_status -%]
322
                            [%- BLOCK edi_status -%]
323
                                [%- SWITCH edi_order.status -%]
323
                                [%- SWITCH edi_order.status.lower -%]
324
                                    [%- CASE 'Pending'   -%]<span>Pending</span>
324
                                    [%- CASE 'pending'   -%]<span>Pending</span>
325
                                    [%- CASE 'Sent'      -%]<span>Sent</span>
325
                                    [%- CASE 'sent'      -%]<span>Sent</span>
326
                                    [%- CASE 'Processed' -%]<span>Processed</span>
326
                                    [%- CASE 'processed' -%]<span>Processed</span>
327
                                [%- END -%]
327
                                [%- END -%]
328
                            [%- END -%]
328
                            [%- END -%]
329
                            [% IF ( edi_order ) %]
329
                            [% IF ( edi_order ) %]
330
- 

Return to bug 32676