Skip to content

Commit 3696784

Browse files
committed
Updated documentation
1 parent 35553ae commit 3696784

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/user_guide/bank/essentials_donations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For Product Drive, Manufacturer, or Donation Site, you will further specify the
6767
If you specify Product drive, you'll also need to specify the particular drive and participant for the Donation -- but you can enter them "on the fly", here. You can view summaries for the Product Drives in [Product Drives](product_drives.md), and manage the contact info for a Product Drive Participant under [Community -- Product Drive Participants](community_product_drive_participants.md).
6868
##### *Donation Site
6969
Donation Site is meant to capture the concept of any place you have a more-or-less permanent place people can drop off donations at, such as your main office, or community locations such as fire halls, etc.
70-
You can see the Donations for each Donation Site and manage their contact information under [Community -- Donation Sites](community_donation_sites.md). Unlike Product Drives, you can't create a new Donation Site 'on the fly' through the fields here
70+
You can see the Donations for each Donation Site and manage their contact information under [Community -- Donation Sites](community_donation_sites.md). Like Product Drives, you can create a new Donation Site 'on the fly' through the fields here too.
7171
##### *Manufacturer
7272
This is for the donations that come straight from a Manufacturer. You can view a breakdown of the Donations for each Manufacturer under [Community -- Manufacturers](community_manufacturers.md)
7373
##### *Misc. Donation

spec/system/donation_system_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
expect(page).to have_content("New Donation Site")
270270

271271
fill_in "donation_site_name", with: "donationsitetest"
272-
fill_in "donation_site_address", with: "1234 Test St"
272+
fill_in "donation_site_address", with: "1500 Remount Road, Front Royal, VA 22630"
273273
click_on "donation-site-submit"
274274
select "donationsitetest", from: "donation_donation_site_id"
275275
end

0 commit comments

Comments
 (0)