Topic: increase reference number by more than one
if you want to increase the reference numbers by more than one (at random) replace line 93 in includes/references.inc with this:
$val = intval($number + ($back ? ($number<1 ? 0 : -1) : rand(1,20)));
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → FA Modifications → increase reference number by more than one
if you want to increase the reference numbers by more than one (at random) replace line 93 in includes/references.inc with this:
$val = intval($number + ($back ? ($number<1 ? 0 : -1) : rand(1,20)));
FrontAccounting forum → FA Modifications → increase reference number by more than one
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.