X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg_vendor.pm;h=4629bad116fb97873a1ca8ba5737ae2c6abd3f22;hb=0586dafb71594726138cd3b7b721b9f1a0b79ae2;hp=bb37f1b1f0fc6e425fc63b7ffbd7b9424c135578;hpb=32072dbf59a054529f5304574c0f56f9567d14d0;p=freeside.git diff --git a/FS/FS/part_pkg_vendor.pm b/FS/FS/part_pkg_vendor.pm index bb37f1b1f..4629bad11 100644 --- a/FS/FS/part_pkg_vendor.pm +++ b/FS/FS/part_pkg_vendor.pm @@ -55,7 +55,7 @@ vendor_pkg_id =item new HASHREF -Creates a new example. To add the example to the database, see L<"insert">. +Creates a new record. To add the record to the database, see L<"insert">. Note that this stores the hash reference, not a distinct copy of the hash it points to. You can ask the object for a copy with the I method. @@ -94,7 +94,7 @@ returns the error, otherwise returns false. =item check -Checks all fields to make sure this is a valid example. If there is +Checks all fields to make sure this is a valid record. If there is an error, returns the error, otherwise returns false. Called by the insert and replace methods.