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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt (-9 / +2 lines)
Lines 291-300 Link Here
291
                                You must have at least one cash register associated with this branch before you can record cash payouts.
291
                                You must have at least one cash register associated with this branch before you can record cash payouts.
292
                            </p>
292
                            </p>
293
                            [% IF ( CAN_user_parameters_manage_cash_registers ) %]
293
                            [% IF ( CAN_user_parameters_manage_cash_registers ) %]
294
                                <form action="/cgi-bin/koha/admin/cash_registers.pl" method="get">
294
                                <a href="/cgi-bin/koha/admin/cash_registers.pl?op=add_form" class="new  btn btn-default"><i class="fa fa-plus"></i> Create a new cash register</a>
295
                                    <input type="hidden" name="op" value="add_form" />
296
                                    <button class="new" type="submit"><i class="fa fa-plus"></i> Create a new cash register</button>
297
                                </form>
298
                            [% END %]
295
                            [% END %]
299
                        </div>
296
                        </div>
300
                    [% END %]
297
                    [% END %]
Lines 356-365 Link Here
356
                                You must have at least one cash register associated with this branch before you can record cash refunds.
353
                                You must have at least one cash register associated with this branch before you can record cash refunds.
357
                            </p>
354
                            </p>
358
                            [% IF ( CAN_user_parameters_manage_cash_registers ) %]
355
                            [% IF ( CAN_user_parameters_manage_cash_registers ) %]
359
                                <form action="/cgi-bin/koha/admin/cash_registers.pl" method="get">
356
                                <a href="/cgi-bin/koha/admin/cash_registers.pl?op=add_form" class="new  btn btn-default"><i class="fa fa-plus"></i> Create a new cash register</a>
360
                                    <input type="hidden" name="op" value="add_form" />
361
                                    <button class="new" type="submit"><i class="fa fa-plus"></i> Create a new cash register</button>
362
                                </form>
363
                            [% END %]
357
                            [% END %]
364
                        </div>
358
                        </div>
365
                    [% END %]
359
                    [% END %]
366
- 

Return to bug 26540