caboose-cms 0.8.72 → 0.8.73

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ff4636d1c7691eb9e2ef8df84c5ec0afbf2f9553
4
- data.tar.gz: 54891a3bce5dbfb5c4d85eb1f34c0a6892686940
3
+ metadata.gz: a9a61f8d71ba625b3d36a4bdf022a149f921962e
4
+ data.tar.gz: c899b746ee2345f80c5781d81519299bed310733
5
5
  SHA512:
6
- metadata.gz: a962ebe3ffded5572ac732c25af33408b5af984f5f96c885870b767ae21999bae8df9a9268c1309d4ed675578b900a65512e30ec7e6685236c14fb755551256e
7
- data.tar.gz: 3bc3408005b7ea9b7aefb7631d71c953d3ee354a1d68d595c61314221f9c96afae10317d335566b034ddc61b146b70b984e4d40c5d867c32efc85d2512c79e2a
6
+ metadata.gz: 076d6e1206329292eb380f9b1e9af9249ce3ae1060d248a5b608658f9c6fcc559b953f3fff9cac61f08823398dba36ed163785f4dbd19160489930df780c9ded
7
+ data.tar.gz: 8c6314b7fda3813ac348b7b1e0be008a6f85214510847156a4c8f4b1d8bd5a6df4cf8cd49b9bc27dd3be72422a3458c5804a791339fd5bb070b258ef0583464e
@@ -143,6 +143,7 @@ CheckoutController.prototype = {
143
143
  { name: 'instore_pickup', nice_name: 'In-store Pickup', type: 'checkbox' , value: that.invoice.instore_pickup, fixed_placeholder: true,
144
144
  //before_update: function() { this.value_old = this.value_clean; },
145
145
  after_update: function() {
146
+ that.invoice.instore_pickup = this.value;
146
147
  var arr = ['shipping_address_container'];
147
148
  $.each(that.invoice.invoice_packages, function(i, ip) {
148
149
  arr.push('invoice_package_' + ip.id + '_shipping_method');
@@ -32,9 +32,7 @@ BoundText = BoundControl.extend({
32
32
  {
33
33
  $('#'+this.el+'_container').append($('<div/>').attr('id', this.el + '_placeholder').addClass('mb_placeholder').append($('<span/>').html(this.attribute.nice_name + ': ')));
34
34
  $('#'+this.el).css('background', 'transparent');
35
- }
36
- console.log("width: " + that.width);
37
- console.log("width2: " + this.attribute.width);
35
+ }
38
36
  if (this.attribute.width) $('#'+this.el).css('width' , this.attribute.width);
39
37
  if (this.attribute.fixed_placeholder && this.attribute.align != 'right')
40
38
  {
@@ -1,3 +1,3 @@
1
1
  module Caboose
2
- VERSION = '0.8.72'
2
+ VERSION = '0.8.73'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caboose-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.72
4
+ version: 0.8.73
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Barry
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-10 00:00:00.000000000 Z
11
+ date: 2016-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg