Assembla home | Assembla project page
 

Changeset 114

Show
Ignore:
Timestamp:
11/09/06 17:16:59 (2 years ago)
Author:
moensch
Message:

The JavaScript? check in the Checkout is now ignoring leading zeroes in the barcodes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/com_mls_events/barcodes/admin.mls_events.html.php

    r113 r114  
    11981198                <?php 
    11991199                for($i = 0; $i < count($barcodes); $i++) { 
    1200                         echo "barcodes[".$i."] = '".$barcodes[$i]->code."';\n"; 
     1200                        echo "barcodes[".$i."] = ".(int)$barcodes[$i]->code.";\n"; 
    12011201                } 
    12021202                ?>