Bug 7166: Adds edit order notes when the basket is closed
authorJonathan Druart <jonathan.druart@biblibre.com>
Mon, 19 Mar 2012 14:50:01 +0000 (15:50 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 20 Mar 2012 15:45:37 +0000 (16:45 +0100)
commit692ee0e9dac718ba2aff53a6440f9cde9a8f3409
tree3b4c3d42677616776682b9c8f3d6a06e6a595175
parent8086b52ce512d014d9b6e6da9b925be2da18119d
Bug 7166: Adds edit order notes when the basket is closed

 When you are on parcel.pl or basket.pl you can now add or edit a note
 for each order.

 To test:
 Create orders with and without note.
 Edit/Add the note on basket.pl page

 Close the basket.
 Check you can add/edit the order note on parcel.pl page

+ From Owen:
Correcting markup issues with modordernotes.pl:

- Adding "rows" and "cols" attributes to <textarea> (required)
- Converting cancel button to link to stay consistent with
  other pages
- Changing page layout to fixed & centered (not sidebar needed)
- Expanding information in breadcrumbs to match information
  on basket.pl

Changing markup around note add and edit links: Moving output
of order note to the end of the table cell, putting it in its
own paragraph, and adding a "Note:" label

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
C4/Acquisition.pm
acqui/modordernotes.pl [new file with mode: 0755]
acqui/neworderempty.pl
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/modordernotes.tt [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt