[Interchange-bugs] [Bug 119] Changed - $Tag->price not working correctly (with patch)

bugzilla-daemon@localhost.akopia.com bugzilla-daemon@localhost.akopia.com
Mon, 22 Jan 2001 09:51:44 -0500


http://developer.akopia.com/bugs/show_bug.cgi?id=119

*** shadow/119	Fri Jan 19 23:56:49 2001
--- shadow/119.tmp.1449	Mon Jan 22 09:51:44 2001
***************
*** 3,10 ****
  Version: 4.6.1
  Platform: Other
  OS/Version: Linux
! Status: NEW   
! Resolution: 
  Severity: major
  Priority: P2
  Component: Core
--- 3,10 ----
  Version: 4.6.1
  Platform: Other
  OS/Version: Linux
! Status: RESOLVED   
! Resolution: WORKSFORME
  Severity: major
  Priority: P2
  Component: Core
***************
*** 65,67 ****
--- 65,73 ----
                          if $ref->{discount};
          return currency( $amount, $ref->{noformat} );
    }
+ 
+ ------- Additional Comments From mike@minivend.com  2001-01-22 09:51 -------
+ Sorry, this is rejected. You will have to explain "wrong arguments".
+ 
+ Fact is, the code is derived from the $ref and should always be. What is
+ the fault that this is supposed to correct?