From 536753bf9ee73574ad189f519ea536d82c89526e Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Tue, 5 Apr 2011 23:27:21 +0200 Subject: [PATCH] [SIGNED-OFF] BZ6077: qty not incremented for AcqCreateItem=recieve Content-Type: text/plain; charset="utf-8" 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 --- .../prog/en/modules/acqui/orderreceive.tmpl | 16 ++++++++-------- 1 files 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 8206ec4..99d3189 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. -- 1.7.1