From d58092dd96383378f8abdce92d07c1795c617f97 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Wed, 6 Apr 2011 10:02:31 +0200 Subject: [PATCH] Bug 6077: qty not incremented for AcqCreateItem=recieve When you want to create items on order recieve, the qty was not incremented when the librarian adds an item with the + This was because the js was expecting the qty field to be id=quantity Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack --- .../prog/en/modules/acqui/orderreceive.tmpl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tmpl index 8206ec4b2e..99d31899e0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tmpl @@ -90,35 +90,35 @@ Accounting details
  1. -
  2. +
  3. " /> " />
  4. -
  5. +
  6. - " /> + " /> " /> - " /> + " /> - " /> + " /> " /> - + - + - " /> -->
  7. +
  8. " />
  9. " />
  10. -- 2.20.1