Changeset 922 for trunk


Ignore:
Timestamp:
10/12/18 15:35:06 (6 years ago)
Author:
Kris Deugau
Message:

/trunk

Add docucomment/fixme for hooking a custom custid override with a commented example

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/main.cgi

    r921 r922  
    10051005      $webvar{custid} = $def_custids{$webvar{alloctype}};
    10061006    }
     1007
     1008# and custom overrides. 
     1009##fixme:  need to genericize this:
     1010## check a database table for "flag:field:value" overrides?
     1011#    if ($webvar{somflag}) {
     1012#      $webvar{custid} = 'special1';
     1013#    }
     1014
    10071015  }
    10081016
Note: See TracChangeset for help on using the changeset viewer.