VIEW PRODUCT CATEGORIES

Uncut Sheet of 1814 Farmers Bank of Buck’s County Dollars & Check

SKU: 1376 Categories: ,

$350.00

1 in stock

HULM VILLE, PA Farmer's Bank of Bucks County $50 $100 Post Note G14, G16

HOOBER: 164-7, 164-8, unlisted (2 only 2 at Heritage EVER! as of 2013)

The 2 that did sell in auction 1/5/12 $345 (Heritage) PCGS 63 9/5/13 $289 (eBay) RAW

Additional information

Circulated/Uncirculated

Uncirculated

Denomination

$100

Type

Ask us a question about this item.

"*" indicates required fields

Name*
Email*
Please let us know what's on your mind. Have a question for us? Ask away.
This field is for validation purposes and should be left unchanged.
// Enqueue the script for Quick Edit function enqueue_quick_edit_script($hook) { if ($hook == 'edit.php') { wp_enqueue_script('quick-edit-custom', get_template_directory_uri() . '/js/quick-edit-custom.js', array('jquery'), '', true); } } add_action('admin_enqueue_scripts', 'enqueue_quick_edit_script'); // JavaScript file (quick-edit-custom.js) jQuery(function($){ $('#the-list').on('click', '.editinline', function(){ var post_id = $(this).closest('tr').attr('id'); var $inline_data = $('#inline_' + post_id); var out_of_stock_note = $inline_data.find('.out_of_stock_note').text(); $('input[name="out_of_stock_note"]').val(out_of_stock_note); }); });