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

(-)a/C4/Acquisition.pm (-2 / +1 lines)
Lines 970-976 sub DelBasketgroup { Link Here
970
970
971
  $basketgroup = &GetBasketgroup($basketgroupid);
971
  $basketgroup = &GetBasketgroup($basketgroupid);
972
972
973
Returns a reference to the hash containing all infermation about the basketgroup.
973
Returns a reference to the hash containing all information about the basketgroup.
974
974
975
=cut
975
=cut
976
976
977
- 

Return to bug 10789