|
Lines 304-313
Link Here
|
| 304 |
You must have at least one cash register associated with this branch before you can record cash payouts. |
304 |
You must have at least one cash register associated with this branch before you can record cash payouts. |
| 305 |
</p> |
305 |
</p> |
| 306 |
[% IF ( CAN_user_parameters_manage_cash_registers ) %] |
306 |
[% IF ( CAN_user_parameters_manage_cash_registers ) %] |
| 307 |
<form action="/cgi-bin/koha/admin/cash_registers.pl" method="get"> |
307 |
<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> |
| 308 |
<input type="hidden" name="op" value="add_form" /> |
|
|
| 309 |
<button class="new" type="submit"><i class="fa fa-plus"></i> Create a new cash register</button> |
| 310 |
</form> |
| 311 |
[% END %] |
308 |
[% END %] |
| 312 |
</div> |
309 |
</div> |
| 313 |
[% END %] |
310 |
[% END %] |
|
Lines 373-382
Link Here
|
| 373 |
You must have at least one cash register associated with this branch before you can record cash refunds. |
370 |
You must have at least one cash register associated with this branch before you can record cash refunds. |
| 374 |
</p> |
371 |
</p> |
| 375 |
[% IF ( CAN_user_parameters_manage_cash_registers ) %] |
372 |
[% IF ( CAN_user_parameters_manage_cash_registers ) %] |
| 376 |
<form action="/cgi-bin/koha/admin/cash_registers.pl" method="get"> |
373 |
<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> |
| 377 |
<input type="hidden" name="op" value="add_form" /> |
|
|
| 378 |
<button class="new" type="submit"><i class="fa fa-plus"></i> Create a new cash register</button> |
| 379 |
</form> |
| 380 |
[% END %] |
374 |
[% END %] |
| 381 |
</div> |
375 |
</div> |
| 382 |
[% END %] |
376 |
[% END %] |
| 383 |
- |
|
|