[ic] Re: Help with overriding item_subtotal

Tim Nelson interchange-users@icdevgroup.org
Mon Aug 26 15:31:02 2002


-----Original Message-----
From: racke@linuxia.de [mailto:racke@linuxia.de]
Sent: Monday, August 26, 2002 3:18 PM
To: interchange-users@icdevgroup.org
Subject: [ic] Re: Help with overriding item_subtotal


Tim Nelson writes: 

> I am trying to override "item_subtotal" in Data.pm using a GlobalSub.

[assign subtotal="666.66"] will do the trick. 

Bye
   Racke 

 
Racke,
I should have been more specific.  To extend a line I have hacked
item_subtotal in Data.pm.  My customization makes use of additional item
modifiers to extend the item properly.  Unless I am missing something
[assign] won't do that.  Goal here is not to have to hack Data.pm.