View | Details | Raw Unified | Return to bug 18584
Collapse All | Expand All

(-)a/C4/Barcodes.pm (-2 / +1 lines)
Lines 263-269 Or else the CLASS subs will be used. Link Here
263
263
264
=head2 $types hashref
264
=head2 $types hashref
265
265
266
The hash referenced can be thought of as the constructor farm for all the C4::Barcodes types.  
266
The hash referenced can be thought of as the constructor farm for all the C4::Barcodes types.
267
Each value should be a reference to a sub that calls the module constructor.
267
Each value should be a reference to a sub that calls the module constructor.
268
268
269
=head1 Notes
269
=head1 Notes
270
- 

Return to bug 18584