mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 23:36:08 -06:00
#3637 Admin - No tax number on order
This commit is contained in:
parent
c0ef36ecef
commit
ac6f9608e1
@ -62,7 +62,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
svg {
|
svg, img {
|
||||||
margin-right: .75rem;
|
margin-right: .75rem;
|
||||||
width: 1.5rem;
|
width: 1.5rem;
|
||||||
height: 1.5rem;
|
height: 1.5rem;
|
||||||
|
|||||||
@ -11,6 +11,7 @@ class AdressTableBuilder extends TableBuilder
|
|||||||
'adress_name',
|
'adress_name',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
'user',
|
||||||
];
|
];
|
||||||
|
|
||||||
protected $columns = [
|
protected $columns = [
|
||||||
@ -31,4 +32,14 @@ class AdressTableBuilder extends TableBuilder
|
|||||||
protected $actions = [
|
protected $actions = [
|
||||||
'delete'
|
'delete'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
protected $assets = [
|
||||||
|
'scripts.js' => [
|
||||||
|
'visiosoft.module.advs::js/admin/filter-user.js',
|
||||||
|
],
|
||||||
|
'styles.css' => [
|
||||||
|
'visiosoft.module.advs::css/admin/filter-user.css',
|
||||||
|
'visiosoft.module.advs::css/custom.css',
|
||||||
|
],
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user