phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] property/inc/class.uipricebook.inc.php, 1.3


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.uipricebook.inc.php, 1.3
Date: Thu, 3 Jun 2004 20:15:27 +0200

Update of /property/inc
Modified Files:
        Branch: 
          class.uipricebook.inc.php

date: 2004/06/03 18:15:27;  author: sigurdne;  state: Exp;  lines: +2 -5

Log Message:
no message
=====================================================================
Index: property/inc/class.uipricebook.inc.php
diff -u property/inc/class.uipricebook.inc.php:1.2 
property/inc/class.uipricebook.inc.php:1.3
--- property/inc/class.uipricebook.inc.php:1.2  Wed Jun  2 18:54:28 2004
+++ property/inc/class.uipricebook.inc.php      Thu Jun  3 18:15:27 2004
@@ -441,15 +441,12 @@
                        $agreement_id           = 
get_var('agreement_id',array('POST','GET'));
                        $values                         = 
get_var('values',array('POST','GET'));
 
-                       if(!$values['cat_id'])
-                       {
-                               $values['cat_id']       = $agreement;
-                       }
-
                        
$GLOBALS['phpgw']->xslttpl->add_file(array('pricebook'));
 
                        if ($values['save'])
                        {
+                               $values['agreement_id'] = $agreement_id;
+
                                if(!$values['num'])
                                {
                                        
$receipt['error'][]=array('msg'=>lang('Please enter an agreement code !'));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]