[docs] docs - jon modified icdatabase.sdf

docs@icdevgroup.org docs@icdevgroup.org
Tue Oct 29 20:22:02 2002


User:      jon
Date:      2002-10-30 01:21:37 GMT
Modified:  .        icdatabase.sdf
Log:
Remove paragraph fragment that's survived since the Minivend 4 docs.

Revision  Changes    Path
1.51      +2 -4      docs/icdatabase.sdf


rev 1.51, prev_rev 1.50
Index: icdatabase.sdf
===================================================================
RCS file: /var/cvs/docs/icdatabase.sdf,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -u -r1.50 -r1.51
--- icdatabase.sdf	31 Jul 2002 19:55:52 -0000	1.50
+++ icdatabase.sdf	30 Oct 2002 01:21:37 -0000	1.51
@@ -1,10 +1,10 @@
 !init OPT_LOOK="akopia"; OPT_STYLE="manual"
-# $Id: icdatabase.sdf,v 1.50 2002/07/31 19:55:52 kwalsh Exp $
+# $Id: icdatabase.sdf,v 1.51 2002/10/30 01:21:37 jon Exp $
 
 !define DOC_NAME "Interchange Databases"
 !define DOC_TYPE ""
 !define DOC_CODE "icdatabase"
-!define DOC_VERSION substr('$Revision: 1.50 $',11, -2)
+!define DOC_VERSION substr('$Revision: 1.51 $',11, -2)
 !define DOC_STATUS "Draft"
 !define DOC_PROJECT "Interchange"
 !define DOC_URL "http://interchange.redhat.com/doc/icdatabase.html"
@@ -2420,8 +2420,6 @@
 ^The base code is selected by reading the value of C<mv_shipmode> in the user session. If it has not been explicitly set, either by means of the DefaultShipping directive or by setting the variable on a form (or in an order profile), it will be C<default>.
 
 .The mv_shipmode must be in the character class [A-Za-z0-9_]. If there are spaces, commas, or nulls in the value, they will be read as multiple shipping modes.
-
-+The modes are selected from the d
 
 .*The criterion field is found. If it is quantity, it is the total quantity of items on the order form. If it is any other name, the criterion is calculated by multiplying the return value from the product database field for each item in the shopping cart, multiplied by its quantity. If the lookup fails due to the column or row not existing, a zero cost will be returned and an error is sent to the catalog error log. If a number is returned from an Interchange tag, that number is used directly.