mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Bug fixes
This commit is contained in:
parent
833da15d45
commit
c25e821748
@ -457,7 +457,6 @@
|
|||||||
$(function() {
|
$(function() {
|
||||||
|
|
||||||
$('#country_id').combobox().on('change', function(e) {
|
$('#country_id').combobox().on('change', function(e) {
|
||||||
console.log('changed country');
|
|
||||||
var countryId = parseInt($('input[name=country_id]').val(), 10);
|
var countryId = parseInt($('input[name=country_id]').val(), 10);
|
||||||
var foundMatch = false;
|
var foundMatch = false;
|
||||||
$('#country_id option').each(function() {
|
$('#country_id option').each(function() {
|
||||||
|
@ -1290,7 +1290,6 @@ function displayClient(doc, invoice, x, y, layout) {
|
|||||||
if (!client) {
|
if (!client) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.log('=== country: ' + (client.country ? client.country.name : false));
|
|
||||||
var data = [
|
var data = [
|
||||||
getClientDisplayName(client),
|
getClientDisplayName(client),
|
||||||
concatStrings(client.address1, client.address2),
|
concatStrings(client.address1, client.address2),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user