The layout of the invoice edit form does not match that of other forms in the staff client. The structure of the form should be corrected to match similar forms.
Created attachment 17489 [details] [review] Bug 10065 - Style invoice edit form according to standard structure The structure of the invoice edit form does not match that of similar forms in the staff client. This patch alters it to be consistent. To test you must also have the patch for Bug 10046 applied. Go to Acquisitions -> Invoices and search for invoices. Click an invoice to view/edit details. The form displaying fields for shipment date, billing date, etc. should look correct and work correctly.
Created attachment 17535 [details] [review] Bug 10065 - Style invoice edit form according to standard structure The structure of the invoice edit form does not match that of similar forms in the staff client. This patch alters it to be consistent. To test you must also have the patch for Bug 10046 applied. Go to Acquisitions -> Invoices and search for invoices. Click an invoice to view/edit details. The form displaying fields for shipment date, billing date, etc. should look correct and work correctly. Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
QA Comment: Standardize the form on the invoice page. I don't understand the indentation structure: <ol> <li><label>text</label> [8spaces]<input/></li> <ol> I prefer: <ol> <li> <label>text</label> <input/> <li> </ol> As long as we don't have coding guidelines for template structures, I cannot fail QA for a personal taste :) So I mark it as passed qa.
Created attachment 17543 [details] [review] Bug 10065 - Style invoice edit form according to standard structure The structure of the invoice edit form does not match that of similar forms in the staff client. This patch alters it to be consistent. To test you must also have the patch for Bug 10046 applied. Go to Acquisitions -> Invoices and search for invoices. Click an invoice to view/edit details. The form displaying fields for shipment date, billing date, etc. should look correct and work correctly. Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
This patch has been pushed to master and 3.12.x.